Bug corrigé après IE7…
[Plinn.git] / skins / ajax_scripts / javascript_events_api.js
index a1b9268..b93c583 100644 (file)
@@ -292,7 +292,7 @@ getCopyOfNode = function(node) {
        }
 };
 
-if (browser.isIE10max) {
+if (browser.isIE7max) {
        _setAttribute = function(e, name, value) {
                // workarround IE lack of dom implementation.
                switch(name.toLowerCase()) {