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
});