Commit c079ec1d3c03c508517c5772a81a4858f727c68f
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
Showing
1 changed file
with
0 additions
and
1 deletions
presentation/lookAndFeel/knowledgeTree/js/misc.js
| @@ -5,7 +5,6 @@ | @@ -5,7 +5,6 @@ | ||
| 5 | 5 | ||
| 6 | function redirTimer(redirTime, redirURL) { | 6 | function redirTimer(redirTime, redirURL) { |
| 7 | self.setTimeout("self.location.href = redirURL;",redirTime); | 7 | self.setTimeout("self.location.href = redirURL;",redirTime); |
| 8 | - alert("set redirect time=" + redirTime + ", url=" + redirURL); | ||
| 9 | } | 8 | } |
| 10 | 9 | ||
| 11 | /** | 10 | /** |