From b69d61143ef7e0ef082406b654770409a743b173 Mon Sep 17 00:00:00 2001 From: Florian Date: Fri, 14 Feb 2014 21:58:39 +0100 Subject: added printing window and function --- js/cctv-control.js | 1 + 1 file changed, 1 insertion(+) (limited to 'js/cctv-control.js') 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); -- cgit v1.2.1