2008-05-29 01:18:25 +02:00
|
|
|
jQuery.noConflict(); // Allow the test to run with other libs or jQuery's.
|
2010-03-23 17:19:47 +01:00
|
|
|
|
|
|
|
// load testswarm agent
|
|
|
|
(function() {
|
|
|
|
var url = window.location.search;
|
|
|
|
url = decodeURIComponent( url.slice( url.indexOf("swarmURL=") + 9 ) );
|
|
|
|
if ( !url || url.indexOf("http") !== 0 ) {
|
|
|
|
return;
|
|
|
|
}
|
2010-03-23 20:21:42 +01:00
|
|
|
document.write("<scr" + "ipt src='http://swarm.jquery.org/js/inject.js?" + (new Date).getTime() + "'></scr" + "ipt>");
|
2010-03-23 17:19:47 +01:00
|
|
|
})();
|