Guest User

Untitled

a guest
Feb 19th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. function displayModalWorkaround() {
  2.  
  3. // function repositionModal() {
  4. //
  5. // }
  6.  
  7. // repositionModal();
  8.  
  9. // // reposition every 2000ms
  10. // window.setInterval(function() {
  11. // repositionModal();
  12. // }, 2000);
  13.  
  14. }
Add Comment
Please, Sign In to add comment