diff options
-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; } } |