fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
better annotations dictionary
[redakcja.git]
/
redakcja
/
static
/
js
/
wiki
/
view_editor_source.js
diff --git
a/redakcja/static/js/wiki/view_editor_source.js
b/redakcja/static/js/wiki/view_editor_source.js
index
4225d1d
..
8fb9358
100644
(file)
--- a/
redakcja/static/js/wiki/view_editor_source.js
+++ b/
redakcja/static/js/wiki/view_editor_source.js
@@
-29,15
+29,11
@@
$(event.button).trigger('click');
event.button = null;
}
$(event.button).trigger('click');
event.button = null;
}
- }, function(event) {
- /* CM reports characters 2 times - as event and as code */
- if((typeof event) != "object")
- return false;
-
+ }, function(keycode, event) {
if(!event.altKey)
return false;
if(!event.altKey)
return false;
- var c = String.fromCharCode(
event.keyC
ode).toLowerCase();
+ var c = String.fromCharCode(
keyc
ode).toLowerCase();
var button = $("#source-editor button[data-ui-accesskey='"+c+"']");
if(button.length == 0)
return false;
var button = $("#source-editor button[data-ui-accesskey='"+c+"']");
if(button.length == 0)
return false;