From fd2c8e1112dbf44d6847ed374a38af6bbcc420c2 Mon Sep 17 00:00:00 2001 From: janw Date: Fri, 20 Apr 2007 13:41:33 +0000 Subject: [PATCH] Removed debug printout. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6162 594d385d-05f5-0310-b6e9-bd551577e9d8 --- html/include/focus.js | 1 - 1 file changed, 1 deletion(-) 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()'); -- 2.30.2