Commit c16b59feabc3ec6fef6f0effbcc0bca2caebb17d

Authored by rob
1 parent 5c055608

Removed debug alert


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1142 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/js/misc.js
1 1 function setActionAndSubmit(newAction) {
2   - document.MainForm.action = newAction;
3   - alert(document.MainForm.action);
  2 + document.MainForm.action = newAction;
4 3 document.MainForm.submit();
5 4 }
6 5  
... ...