Guest User

Untitled

a guest
Jul 18th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $(function(){
  2.     if (screen.width == 1024) {
  3.         $('html').addClass('display-1024');
  4.     }
  5. });
Add Comment
Please, Sign In to add comment