From a2bbd1ad4d6c663e1b0e38eb62d47f386dd6e36e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Benoi=CC=82t=20Pin?= Date: Mon, 11 Aug 2014 15:20:27 +0200 Subject: [PATCH] =?utf8?q?Bug=20corrig=C3=A9=20apr=C3=A8s=20IE7=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- skins/ajax_scripts/javascript_events_api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skins/ajax_scripts/javascript_events_api.js b/skins/ajax_scripts/javascript_events_api.js index a1b9268..b93c583 100644 --- a/skins/ajax_scripts/javascript_events_api.js +++ b/skins/ajax_scripts/javascript_events_api.js @@ -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()) { -- 2.20.1