pelican-mg/templates/js/social.js

5 lines
157 B
JavaScript
Raw Normal View History

2014-12-29 22:08:56 +00:00
$(document).ready(function() {
$('.mg-container-social').height($('article').height());
$('#mg-panel-social').stick_in_parent({offset_top: 35});
});