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
|
||||
|
||||
$('#left_aside_wrapper').stick_in_parent({
|
||||
offset_top: $('nav').outerHeight(true)
|
||||
});
|
||||
if($(window).width() > 767) {
|
||||
$('#left_aside_wrapper').stick_in_parent({
|
||||
offset_top: $('nav').outerHeight(true)
|
||||
});
|
||||
}
|
||||
|
||||
$('#expand-aside').on('click', toggleAside);
|
||||
|
||||
|
Reference in New Issue
Block a user