Code

Removed debug printout.
authorjanw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 20 Apr 2007 13:41:33 +0000 (13:41 +0000)
committerjanw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 20 Apr 2007 13:41:33 +0000 (13:41 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6162 594d385d-05f5-0310-b6e9-bd551577e9d8

html/include/focus.js

index b470b0bf883c3132cfdaf4ff5be047e9f7874ec0..c68951fdc7ef2b19aae18c7edcd7669df944daf1 100644 (file)
@@ -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()');