summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian <stayawake@lavabit.com>2014-02-16 02:51:44 +0100
committerFlorian <stayawake@lavabit.com>2014-02-16 02:51:44 +0100
commit2d6dde82eb2a5cee8e9676b42d53815dc7fa0be8 (patch)
treed256c3d54a1be48f04cfc7db4de2597a9df329ac
parentc280724b3c2a22fce4306c1b7e70e19a4a23dce6 (diff)
print and window.close() now available in print.html
-rw-r--r--js/print.js4
1 files changed, 2 insertions, 2 deletions
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();
}