X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/06c0fd3da81bed89e12e7a30cfc6ff33ddecd075..0f2caec0a29deb23c912042b2f81473a2b9722e2:/project/static/js/views/xml.js diff --git a/project/static/js/views/xml.js b/project/static/js/views/xml.js index 02154723..00547d19 100644 --- a/project/static/js/views/xml.js +++ b/project/static/js/views/xml.js @@ -102,7 +102,7 @@ var XMLView = View.extend({ || (code >= 65 && code <= 90)) ) return null; var ch = String.fromCharCode(code & 0xff).toLowerCase(); - console.log(ch.charCodeAt(0), '#', buttons); + /* # console.log(ch.charCodeAt(0), '#', buttons); */ var buttons = $('.buttontoolbarview-button[title='+ch+']', this.element); var mod = 0; @@ -129,8 +129,7 @@ var XMLView = View.extend({ }, isHotkey: function() { - console.log(arguments); - + /* console.log(arguments); */ if(this.getHotkey.apply(this, arguments)) return true; else