This commit is contained in:
harukin 2018-11-20 21:57:03 +09:00
parent 079b7af949
commit 00eb9d2fd7

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'
});
}
}*/
$('#expand-aside').on('click', toggleAside);