From: Benoît Pin Date: Mon, 11 Aug 2014 13:20:27 +0000 (+0200) Subject: Bug corrigé après IE7… X-Git-Url: https://scm.cri.ensmp.fr/git/Plinn.git/commitdiff_plain/a2bbd1ad4d6c663e1b0e38eb62d47f386dd6e36e Bug corrigé après IE7… --- 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()) {