diff options
author | Florian <stayawake@lavabit.com> | 2014-02-16 02:51:44 +0100 |
---|---|---|
committer | Florian <stayawake@lavabit.com> | 2014-02-16 02:51:44 +0100 |
commit | 2d6dde82eb2a5cee8e9676b42d53815dc7fa0be8 (patch) | |
tree | d256c3d54a1be48f04cfc7db4de2597a9df329ac /js | |
parent | c280724b3c2a22fce4306c1b7e70e19a4a23dce6 (diff) |
print and window.close() now available in print.html
Diffstat (limited to 'js')
-rw-r--r-- | js/print.js | 4 |
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(); } |