mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Removed alert()
SVN revision: 1820
This commit is contained in:
parent
cdd3140fa4
commit
442009ba32
@ -118,7 +118,6 @@ function elKeyPress(evt)
|
|||||||
evt = (evt) ? evt : window.event;
|
evt = (evt) ? evt : window.event;
|
||||||
var unicode = evt.charCode ? evt.charCode : evt.keyCode;
|
var unicode = evt.charCode ? evt.charCode : evt.keyCode;
|
||||||
var actualkey = String.fromCharCode(unicode);
|
var actualkey = String.fromCharCode(unicode);
|
||||||
alert('unicode: '+ unicode);
|
|
||||||
|
|
||||||
if (evt.ctrlKey && !evt.shiftKey && !evt.altKey) {
|
if (evt.ctrlKey && !evt.shiftKey && !evt.altKey) {
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user