/[projects]/misc/horsensspejder-web/jquery/jquery-ui-1.10.3/tests/unit/swarminject.js
ViewVC logotype

Contents of /misc/horsensspejder-web/jquery/jquery-ui-1.10.3/tests/unit/swarminject.js

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2125 - (show annotations) (download) (as text)
Wed Mar 12 19:30:05 2014 UTC (10 years, 2 months ago) by torben
File MIME type: application/javascript
File size: 334 byte(s)
initial import
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 })();

  ViewVC Help
Powered by ViewVC 1.1.20