From 0e2b1d4153cf3be4d92775a64ba5b303e70d1701 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Fri, 17 Jul 2009 06:22:10 +0000 Subject: [PATCH] Removed jcmd='Delete' in deleteAtt() SVN revision: 2231 --- scripts/im.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/im.js b/scripts/im.js index 29319ba3..81644a7c 100644 --- a/scripts/im.js +++ b/scripts/im.js @@ -66,7 +66,6 @@ function onReady() function deleteAtt(idx) { - document.form1.jcmd.value='delete'; document.form1.smcmd.value='delatt'+idx; document.form1.submit(); } \ No newline at end of file