Oops, syntax error.
This commit is contained in:
parent
d2529835be
commit
a2206b784e
|
@ -1634,7 +1634,7 @@ new function(){
|
||||||
// Use the defer script hack
|
// Use the defer script hack
|
||||||
var script = document.getElementById("__ie_init");
|
var script = document.getElementById("__ie_init");
|
||||||
script.onreadystatechange = function() {
|
script.onreadystatechange = function() {
|
||||||
if ( this.readyState 1= "complete" ) return;
|
if ( this.readyState != "complete" ) return;
|
||||||
this.parentNode.removeChild( this );
|
this.parentNode.removeChild( this );
|
||||||
jQuery.ready();
|
jQuery.ready();
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue