[0005266] Fixed timeouts in ajax contexts.
[fa-stable.git] / js / inserts.js
index d0722250769dcb4d3cb25be45586979d34f77f23..0c40deb8e8f5c51b091293a2fce6c8b757773b07 100644 (file)
@@ -580,7 +580,7 @@ function setHotKeys() {
                        ev.returnValue = false;
                        return false;
                }
-               if (editors!=='undefined' && editors[key]) {
+               if (editors!==undefined && editors[key]) {
                        callEditor(key);
                        return stopEv(ev); // prevent default binding
                }