From: janw Date: Fri, 20 Apr 2007 13:41:33 +0000 (+0000) Subject: Removed debug printout. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=fd2c8e1112dbf44d6847ed374a38af6bbcc420c2;p=gosa.git Removed debug printout. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6162 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/html/include/focus.js b/html/include/focus.js index b470b0bf8..c68951fdc 100644 --- a/html/include/focus.js +++ b/html/include/focus.js @@ -81,7 +81,6 @@ function keyPress(DnEvents) { if (k == 13) { // enter key pressed if(typeof(nextfield)!='undefined') { if(nextfield == 'login') { - alert("login"); return true; // submit, we finished all fields } else { // we are not done yet, send focus to next box eval('document.mainform.' + nextfield + '.focus()');