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(); }