summaryrefslogtreecommitdiff
path: root/js/cctv-control.js
diff options
context:
space:
mode:
authorFlorian <stayawake@lavabit.com>2014-02-14 21:58:39 +0100
committerFlorian <stayawake@lavabit.com>2014-02-14 21:58:39 +0100
commitb69d61143ef7e0ef082406b654770409a743b173 (patch)
tree2369109ce2aef0358637862115627844ed899507 /js/cctv-control.js
parent6ef199fe1052502800adbf1b2db8c7886473ce21 (diff)
added printing window and function
Diffstat (limited to 'js/cctv-control.js')
-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 8ffefbc..a191752 100644
--- a/js/cctv-control.js
+++ b/js/cctv-control.js
@@ -153,6 +153,7 @@ function hideForm() {
localStorage.setItem("formAnalysis3", document.getElementById('formAnalysis3').value);
//hide form
+ window.open('print.html', 'Printlayout');
document.getElementById("form").style.visibility = 'hidden';
formActive = 0;
localStorage.setItem("formActive", formActive);