From 6fd375dc8dcec66c932e5434ad14f1f6d5c067ef Mon Sep 17 00:00:00 2001 From: Florian Date: Thu, 13 Feb 2014 17:39:48 +0100 Subject: added automatic jump to form on enter --- js/cctv-control.js | 1 + 1 file changed, 1 insertion(+) 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; } } -- cgit v1.2.1