<script src="datepicker_options.js"></script>
<script src="datepicker_tickets.js"></script>
- <script>
- // disable this stale testsuite for testswarm only
- var url = window.location.search;
- url = decodeURIComponent( url.slice( url.indexOf("swarmURL=") + 9 ) );
- if ( url && url.indexOf("http") == 0 ) {
- // reset config to kill previous tests; make sure testsuite.js is loaded afterwards to init the testswarm script
- QUnit.init();
- test("datepicker", function() { ok(true, "disabled datepicker testsuite"); });
- }
- </script>
<script src="../swarminject.js"></script>
</head>
<body>
<script src="dialog_options.js"></script>
<script src="dialog_tickets.js"></script>
- <script>
- // disable this testsuite for testswarm only - until we fix it from freezing IE6
- var url = window.location.search;
- url = decodeURIComponent( url.slice( url.indexOf("swarmURL=") + 9 ) );
- if ( url && url.indexOf("http") == 0 ) {
- // reset config to kill previous tests; make sure testsuite.js is loaded afterwards to init the testswarm script
- QUnit.init();
- test("dialog", function() { ok(true, "disabled dialog testsuite"); });
- }
- </script>
<script src="../swarminject.js"></script>
</head>
<body>
<script src="draggable_methods.js"></script>
<script src="draggable_options.js"></script>
- <script>
- // disable this stale testsuite for testswarm only
- var url = window.location.search;
- url = decodeURIComponent( url.slice( url.indexOf("swarmURL=") + 9 ) );
- if ( url && url.indexOf("http") == 0 ) {
- // reset config to kill previous tests; make sure testsuite.js is loaded afterwards to init the testswarm script
- QUnit.init();
- test("draggable", function() { ok(true, "disabled draggable testsuite"); });
- }
- </script>
<script src="../swarminject.js"></script>
</head>
<body>
<script src="droppable_methods.js"></script>
<script src="droppable_options.js"></script>
- <script>
- // disable this stale testsuite for testswarm only
- var url = window.location.search;
- url = decodeURIComponent( url.slice( url.indexOf("swarmURL=") + 9 ) );
- if ( url && url.indexOf("http") == 0 ) {
- // reset config to kill previous tests; make sure testsuite.js is loaded afterwards to init the testswarm script
- QUnit.init();
- test("droppable", function() { ok(true, "disabled droppable testsuite"); });
- }
- </script>
<script src="../swarminject.js"></script>
</head>
<body>
<script src="resizable_methods.js"></script>
<script src="resizable_options.js"></script>
- <script>
- // disable this stale testsuite for testswarm only
- var url = window.location.search;
- url = decodeURIComponent( url.slice( url.indexOf("swarmURL=") + 9 ) );
- if ( url && url.indexOf("http") == 0 ) {
- // reset config to kill previous tests; make sure testsuite.js is loaded afterwards to init the testswarm script
- QUnit.init();
- test("resizable", function() { ok(true, "disabled resizable testsuite"); });
- }
- </script>
<script src="../swarminject.js"></script>
</head>
<body>
<script src="selectable_methods.js"></script>
<script src="selectable_options.js"></script>
- <script>
- // disable this stale testsuite for testswarm only
- var url = window.location.search;
- url = decodeURIComponent( url.slice( url.indexOf("swarmURL=") + 9 ) );
- if ( url && url.indexOf("http") == 0 ) {
- // reset config to kill previous tests; make sure testsuite.js is loaded afterwards to init the testswarm script
- QUnit.init();
- test("selectable", function() { ok(true, "disabled selectable testsuite"); });
- }
- </script>
<script src="../swarminject.js"></script>
</head>
<body>
<script src="slider_methods.js"></script>
<script src="slider_options.js"></script>
- <script>
- // disable this stale testsuite for testswarm only
- var url = window.location.search;
- url = decodeURIComponent( url.slice( url.indexOf("swarmURL=") + 9 ) );
- if ( url && url.indexOf("http") == 0 ) {
- // reset config to kill previous tests; make sure testsuite.js is loaded afterwards to init the testswarm script
- QUnit.init();
- test("slider", function() { ok(true, "disabled slider testsuite"); });
- }
- </script>
<script src="../swarminject.js"></script>
</head>
<body>
<script src="sortable_options.js"></script>
<script src="sortable_tickets.js"></script>
- <script>
- // disable this stale testsuite for testswarm only
- var url = window.location.search;
- url = decodeURIComponent( url.slice( url.indexOf("swarmURL=") + 9 ) );
- if ( url && url.indexOf("http") == 0 ) {
- // reset config to kill previous tests; make sure testsuite.js is loaded afterwards to init the testswarm script
- QUnit.init();
- test("sortable", function() { ok(true, "disabled sortable testsuite"); });
- }
- </script>
<script src="../swarminject.js"></script>
</head>
<body>
// load testswarm agent
(function() {
- var url = window.location.search;
+ var url = window.location.search;
url = decodeURIComponent( url.slice( url.indexOf("swarmURL=") + 9 ) );
if ( !url || url.indexOf("http") !== 0 ) {
return;
}
- document.write( "<scr" + "ipt src='http://swarm.jquery.org/js/inject.js?" + (new Date()).getTime() + "'></scr" + "ipt>" );
+ document.write( "<scr" + "ipt src='http://swarm.jquery.org/js/inject.js?" +
+ (new Date()).getTime() + "'></scr" + "ipt>" );
})();