X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=js%2Finserts.js;h=0c40deb8e8f5c51b091293a2fce6c8b757773b07;hb=HEAD;hp=d0722250769dcb4d3cb25be45586979d34f77f23;hpb=e685a94465fe8f26c8ff3789242b43c1c20054cf;p=fa-stable.git diff --git a/js/inserts.js b/js/inserts.js index d0722250..0c40deb8 100644 --- a/js/inserts.js +++ b/js/inserts.js @@ -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 }