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
/*if ($(window).width() >= 992) {
if ($(window).width() >= 992) {
$('#left_aside_wrapper, #right_aside_wrapper').stick_in_parent({
offset_top: parseInt($('aside').css('padding-top')),
parent: 'main',
spacer: '.aside_spacer'
/*spacer: '.aside_spacer'*/
});
}*/
}
$('#expand-aside').on('click', toggleAside);