Advertisement
web-fx

run-service-2.0.0.js

Feb 6th, 2021 (edited)
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. /* run-service.js - PUBLIC DOMAIN RELEASE - VERSION 2.0.0 - https://pastebin.com/KrGegtBk */
  2.  
  3.  
  4.  
  5.  
  6. Deferment.Initialize ( );
  7.  
  8.  
  9.  
  10.  
  11. if ( Deferment.WasDeferred ( ) == false ) {
  12.  
  13. document.write ( '<script src="/script/shared/globals/globals.min.js?nocache=' + ( new Date ( ) ).getTime ( ) + '"></script>' );
  14. document.write ( '<script src="/script/shared/template/template.min.js?nocache=' + ( new Date ( ) ).getTime ( ) + '"></script>' );
  15. document.write ( '<style> body { overflow: auto } .curtain { display: none } </style>' );
  16.  
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement