mirror of
https://github.com/c0de-archive/pelican-mg.git
synced 2024-11-01 07:17:47 +00:00
7 lines
172 B
JavaScript
7 lines
172 B
JavaScript
|
'use strict';
|
||
|
|
||
|
$(document).ready(function() {
|
||
|
$('.mg-container-social').height($('article').height());
|
||
|
$('#mg-panel-social').stick_in_parent({offset_top: 35});
|
||
|
});
|