This commit is contained in:
parent
00eb9d2fd7
commit
935215136d
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user