From 2d6dde82eb2a5cee8e9676b42d53815dc7fa0be8 Mon Sep 17 00:00:00 2001 From: Florian Date: Sun, 16 Feb 2014 02:51:44 +0100 Subject: print and window.close() now available in print.html --- js/print.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js') diff --git a/js/print.js b/js/print.js index 8adf297..0d8304c 100644 --- a/js/print.js +++ b/js/print.js @@ -47,7 +47,7 @@ function initViewer() { } //commented out for debugging and layouting purposes - //print(); + print(); //reset localStorage to default values //localStorage.setItem("formName", "Untersucher"); @@ -57,7 +57,7 @@ function initViewer() { //localStorage.setItem("formAnalysis3", "Dein Bericht 3"): //commented out for debugging and layouting purposes - //window.close(); + window.close(); } -- cgit v1.2.1