summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 91a80e2)
raw | patch | inline | side by side (parent: 91a80e2)
author | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 21 Oct 2005 12:56:29 +0000 (12:56 +0000) | ||
committer | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 21 Oct 2005 12:56:29 +0000 (12:56 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1659 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 2629d7d86f8f3e9f48ad08695bc47fad4bb673f1..9144c7c94996ee585876fe8c2901b616ec182010 100644 (file)
--- a/html/include/focus.js
+++ b/html/include/focus.js
document.captureEvents(Event.KEYPRESS);
document.onkeypress= keyPress;
} else {
- document.onkeypress= keyPress;
+ document.onkeydown= keyPress;
}
function hide(element) {