Bug corrigé après IE7…
authorBenoît Pin <benoit.pin@gmail.com>
Mon, 11 Aug 2014 13:20:27 +0000 (15:20 +0200)
committerBenoît Pin <benoit.pin@gmail.com>
Mon, 11 Aug 2014 13:20:27 +0000 (15:20 +0200)
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()) {