mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-14 20:33:48 +00:00
Removed CTRL+T
SVN revision: 1823
This commit is contained in:
parent
40d8b9dc23
commit
c464501326
@ -145,10 +145,6 @@ function elKeyPress(evt)
|
|||||||
elcode(document.form1.Text, 'CODE','');
|
elcode(document.form1.Text, 'CODE','');
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if (actualkey == "t") {
|
|
||||||
elcode(document.form1.Text, 'TABLE','');
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
if (actualkey == "l") {
|
if (actualkey == "l") {
|
||||||
elcode(document.form1.Text, 'LIST','');
|
elcode(document.form1.Text, 'LIST','');
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user