churchtools / churchtools_basic

ChurchTools 2.0 - Basis-Version
www.churchtools.de
MIT License
15 stars 20 forks source link

Fix javascript error in IE8 #10

Closed pgeorgi closed 10 years ago

pgeorgi commented 10 years ago

The variable exists in the global namespace already and denotes a DOM element. IE8 doesn't like to assign to that (while other JS engines probably just detach the DOM element from the variable)