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