diff options
author | Florian <stayawake@lavabit.com> | 2014-02-13 17:39:48 +0100 |
---|---|---|
committer | Florian <stayawake@lavabit.com> | 2014-02-13 17:39:48 +0100 |
commit | 6fd375dc8dcec66c932e5434ad14f1f6d5c067ef (patch) | |
tree | 3e7631e877efbbc6469da4d949559d49a75a3ba4 | |
parent | c7c87eccc2d7deb05826ead8d15f4ddbb5ce4908 (diff) |
added automatic jump to form on enter
-rw-r--r-- | js/cctv-control.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/cctv-control.js b/js/cctv-control.js index 3d5fa68..c0c7bbd 100644 --- a/js/cctv-control.js +++ b/js/cctv-control.js @@ -141,6 +141,7 @@ function keyDown(event) { break; case 13: //enter saveImage(); + window.location = "http://127.0.0.1/form.html"; break; } } |