Skip to content

Commit

Permalink
IE load problem when loading themes in donReady
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhellsing committed Feb 23, 2011
1 parent 45ff389 commit e23f811
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/galleria.js
Expand Up @@ -318,11 +318,8 @@ var undef,
}
}
};

var s = doc.getElementsByTagName( 'script' )[0];
s.parentNode.insertBefore( script, s );

//document.documentElement.appendChild( script );

DOM().head.appendChild( script );
},

// parse anything into a number
Expand Down

0 comments on commit e23f811

Please sign in to comment.