Guest User

Untitled

a guest
Dec 17th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. body.js-off
  2.  
  3. script.
  4. var bodyNojs = document.querySelectorAll('body');
  5. bodyNojs[0].classList.remove('js-off');
  6. bodyNojs[0].classList.add('js-on');
Add Comment
Please, Sign In to add comment