File tree Expand file tree Collapse file tree 2 files changed +0
-20
lines changed
Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Original file line number Diff line number Diff line change 8181 same ( actual , expected ) ;
8282 }
8383 </ script >
84- < script >
85- // disable this stale testsuite for testswarm only
86- var url = window . location . search ;
87- url = decodeURIComponent ( url . slice ( url . indexOf ( "swarmURL=" ) + 9 ) ) ;
88- if ( url && url . indexOf ( "http" ) == 0 ) {
89- // reset config to kill previous tests; make sure testsuite.js is loaded afterwards to init the testswarm script
90- QUnit . init ( ) ;
91- test ( "tabs" , function ( ) { ok ( true , "disabled tabs testsuite" ) ; } ) ;
92- }
93- </ script >
9484 < script src ="../swarminject.js "> </ script >
9585</ head >
9686< body >
Original file line number Diff line number Diff line change 8080 same ( actual , expected ) ;
8181 }
8282 </ script >
83- < script >
84- // disable this stale testsuite for testswarm only
85- var url = window . location . search ;
86- url = decodeURIComponent ( url . slice ( url . indexOf ( "swarmURL=" ) + 9 ) ) ;
87- if ( url && url . indexOf ( "http" ) == 0 ) {
88- // reset config to kill previous tests; make sure testsuite.js is loaded afterwards to init the testswarm script
89- QUnit . init ( ) ;
90- test ( "tabs" , function ( ) { ok ( true , "disabled tabs testsuite" ) ; } ) ;
91- }
92- </ script >
9383 < script src ="../swarminject.js "> </ script >
9484</ head >
9585< body >
You can’t perform that action at this time.
0 commit comments