From c16b59feabc3ec6fef6f0effbcc0bca2caebb17d Mon Sep 17 00:00:00 2001 From: rob Date: Wed, 26 Feb 2003 15:15:22 +0000 Subject: [PATCH] Removed debug alert --- presentation/lookAndFeel/knowledgeTree/js/misc.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/presentation/lookAndFeel/knowledgeTree/js/misc.js b/presentation/lookAndFeel/knowledgeTree/js/misc.js index 59d0090..554afe3 100644 --- a/presentation/lookAndFeel/knowledgeTree/js/misc.js +++ b/presentation/lookAndFeel/knowledgeTree/js/misc.js @@ -1,6 +1,5 @@ function setActionAndSubmit(newAction) { - document.MainForm.action = newAction; - alert(document.MainForm.action); + document.MainForm.action = newAction; document.MainForm.submit(); } -- libgit2 0.21.4