pelican-mg/static/js/main.js

7 lines
172 B
JavaScript
Raw Normal View History

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