EduardET

Untitled

Mar 5th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. (function($) {
  3.     $(document).ready(function() {
  4.         if ($(window).height() < 841 ) {
  5.             $('body').removeClass('et_vertical_fixed');
  6.         }
  7.     });
  8. })(jQuery);
  9. </script>
Advertisement
Add Comment
Please, Sign In to add comment