Browse Source

Load the runner after window load (helps the Talos hooks).

jeresig 14 years ago
parent
commit
6944c491a2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dep/web/webrunner.js

+ 1 - 1
dep/web/webrunner.js

@@ -271,7 +271,7 @@
 			numTests = Number(m[1]);
 	}
 
-	jQuery(function(){
+	jQuery(window).load(function(){
 		var id = search.match(/id=([\d,]+)/);
 
 		if ( none && !id ) {