Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2014
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. /* START */
  2. /* Skipped loading 18 invalid resources. */
  3. /* END */
  4. if(typeof(Sys)!=='undefined')Sys.Application.notifyScriptLoaded();
  5. (function() {
  6. function loadHandler() {
  7. var hf = $get('RadScriptManager1_HiddenField');
  8. if (!hf) return;
  9. if (!hf._RSM_init) { hf._RSM_init = true; hf.value = ''; }
  10. hf.value += '';
  11. Sys.Application.remove_load(loadHandler);
  12. };
  13. Sys.Application.add_load(loadHandler);
  14. })();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement