Advertisement
gyrospring

✒ 0011.0002 run-service-1.0.js

Jul 3rd, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. /* v1.0 https://pastebin.com/71grL2ct
  2. Help: https://awwshop.github.io/project/deferment/script/library/frontend-service/run-service-ext-js
  3. License: Public Domain
  4. */
  5.  
  6.  
  7.  
  8.  
  9. Deferment.Initialize ( );
  10.  
  11.  
  12.  
  13.  
  14. if ( Deferment.WasDeferred ( ) == false ) {
  15.  
  16. document.write ( '<script src="/script/library/global/global.min.js"></script>' );
  17. document.write ( '<script src="/script/shared/global-variables/global-variables.min.js?nocache=' + (new Date()).getTime() + '"></script>' );
  18. document.write ( '<script src="/script/shared/template/template.min.js?nocache=' + (new Date()).getTime() + '"></script>' );
  19. document.write ( '<style> body { overflow: auto } .curtain { display: none } </style>' );
  20.  
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement