Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. window.onload = function(){
  2. `use strict`;
  3. const csInterface = new CSInterface();
  4. themeManager.init();
  5.  
  6. document.getElementById(`slide`).addEventListener(`input`,function(){
  7. document.getElementById(`value_slide`).value = this.value;
  8. });
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement