summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 930b63f)
raw | patch | inline | side by side (parent: 930b63f)
author | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 20 Apr 2007 13:41:33 +0000 (13:41 +0000) | ||
committer | janw <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 | patch | blob | history |
diff --git a/html/include/focus.js b/html/include/focus.js
index b470b0bf883c3132cfdaf4ff5be047e9f7874ec0..c68951fdc7ef2b19aae18c7edcd7669df944daf1 100644 (file)
--- a/html/include/focus.js
+++ b/html/include/focus.js
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()');