print and window.close() now available in print.html

This commit is contained in:
Florian 2014-02-16 02:51:44 +01:00
parent c280724b3c
commit 2d6dde82eb
1 changed files with 2 additions and 2 deletions

View File

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