another check

This commit is contained in:
Mario Vavti 2016-12-22 15:01:29 +01:00
parent 6cb527a937
commit c5d6f58988

View File

@ -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);