fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Wersja CSS do druku.
[redakcja.git]
/
project
/
static
/
js
/
views
/
xml.js
diff --git
a/project/static/js/views/xml.js
b/project/static/js/views/xml.js
index
0215472
..
00547d1
100644
(file)
--- 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();
|| (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;
var buttons = $('.buttontoolbarview-button[title='+ch+']', this.element);
var mod = 0;
@@
-129,8
+129,7
@@
var XMLView = View.extend({
},
isHotkey: function() {
},
isHotkey: function() {
- console.log(arguments);
-
+ /* console.log(arguments); */
if(this.getHotkey.apply(this, arguments))
return true;
else
if(this.getHotkey.apply(this, arguments))
return true;
else