ebd3ccfac55000b7c445c012564b81e3fdf5d47f
[myslice.git] / third-party / jquery-ui-1.10.2 / tests / unit / swarminject.js
1 // load testswarm agent
2 (function() {
3         var url = window.location.search;
4         url = decodeURIComponent( url.slice( url.indexOf("swarmURL=") + 9 ) );
5         if ( !url || url.indexOf("http") !== 0 ) {
6                 return;
7         }
8         document.write( "<scr" + "ipt src='http://swarm.jquery.org/js/inject.js?" +
9                 (new Date()).getTime() + "'></scr" + "ipt>" );
10 })();