another check
This commit is contained in:
parent
6cb527a937
commit
c5d6f58988
@ -16,9 +16,11 @@ $(document).ready(function() {
|
|||||||
}
|
}
|
||||||
$('#css3-calc').remove(); // Remove the test element
|
$('#css3-calc').remove(); // Remove the test element
|
||||||
|
|
||||||
|
if($(window).width() > 767) {
|
||||||
$('#left_aside_wrapper').stick_in_parent({
|
$('#left_aside_wrapper').stick_in_parent({
|
||||||
offset_top: $('nav').outerHeight(true)
|
offset_top: $('nav').outerHeight(true)
|
||||||
});
|
});
|
||||||
|
}
|
||||||
|
|
||||||
$('#expand-aside').on('click', toggleAside);
|
$('#expand-aside').on('click', toggleAside);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user