Commit c079ec1d3c03c508517c5772a81a4858f727c68f

Authored by Michael Joseph
1 parent c22d146d

removed debug alert box


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2371 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/js/misc.js
... ... @@ -5,7 +5,6 @@
5 5  
6 6 function redirTimer(redirTime, redirURL) {
7 7 self.setTimeout("self.location.href = redirURL;",redirTime);
8   - alert("set redirect time=" + redirTime + ", url=" + redirURL);
9 8 }
10 9  
11 10 /**
... ...