mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Removed jcmd='Delete' in deleteAtt()
SVN revision: 2231
This commit is contained in:
parent
e8a15552de
commit
0e2b1d4153
@ -66,7 +66,6 @@ function onReady()
|
|||||||
|
|
||||||
function deleteAtt(idx)
|
function deleteAtt(idx)
|
||||||
{
|
{
|
||||||
document.form1.jcmd.value='delete';
|
|
||||||
document.form1.smcmd.value='delatt'+idx;
|
document.form1.smcmd.value='delatt'+idx;
|
||||||
document.form1.submit();
|
document.form1.submit();
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user