This commit is contained in:
harukin 2018-11-20 22:00:48 +09:00
parent 00eb9d2fd7
commit 935215136d

View File

@ -17,13 +17,13 @@ $(document).ready(function () {
} }
$('#css3-calc').remove(); // Remove the test element $('#css3-calc').remove(); // Remove the test element
/*if ($(window).width() >= 992) { if ($(window).width() >= 992) {
$('#left_aside_wrapper, #right_aside_wrapper').stick_in_parent({ $('#left_aside_wrapper, #right_aside_wrapper').stick_in_parent({
offset_top: parseInt($('aside').css('padding-top')), offset_top: parseInt($('aside').css('padding-top')),
parent: 'main', parent: 'main',
spacer: '.aside_spacer' /*spacer: '.aside_spacer'*/
}); });
}*/ }
$('#expand-aside').on('click', toggleAside); $('#expand-aside').on('click', toggleAside);