Advertisement
gyrospring

✒ 0020.0002 run-1.0.js

Sep 30th, 2019
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /*  v1.0 https://pastebin.com/NsXFb4rC
  2.     Help: https://awwshop.github.io/project/devices/script/library/run/run-ext-js
  3.     License: Public Domain
  4. */
  5.  
  6.  
  7.  
  8. Deferment.Initialize ( );
  9.  
  10.  
  11.  
  12.  
  13. if ( Deferment.WasDeferred ( ) == false ) {
  14.  
  15.     if ( UseViewSystem == true ) {
  16.  
  17.         document.write ( '<script src="/script/library/bridge/bridge.min.js"></script>' );
  18.    
  19.         document.write ( '<script src="/script/library/view/view.min.js"></script>' );
  20.  
  21.     }
  22.  
  23.     document.write ( '<script src="/script/_library/web-view/template.min.js"></script>' );
  24.  
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement