summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--js/cctv-control.js1
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;
}
}