1
0
mirror of https://github.com/c0de-archive/pelican-mg.git synced 2025-01-05 13:12:49 +00:00
pelican-mg/static/js/social.js

5 lines
152 B
JavaScript
Raw Normal View History

2017-11-30 00:54:19 +00:00
$(document).ready(() => {
$('.mg-container-social').height($('article').height());
$('#mg-panel-social').stick_in_parent({ 'offset_top': 35 });
2014-12-29 22:08:56 +00:00
});