summaryrefslogtreecommitdiffstats
path: root/web/index.html
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2018-02-11 22:45:30 +0200
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2018-02-11 22:45:30 +0200
commit65195121c9558ac63d669c52644ee83a44b71acc (patch)
tree8780a8e6a2803999019f8c60593e9666b67bb9d2 /web/index.html
parentc55c3b64477319af6fe83fc366c024a06957ffb1 (diff)
do not add hash twice
Diffstat (limited to 'web/index.html')
-rw-r--r--web/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/index.html b/web/index.html
index f5735b4c3f..cdc6fcbfd5 100644
--- a/web/index.html
+++ b/web/index.html
@@ -3032,7 +3032,7 @@
function printPreflight() {
- var url = document.location.origin.toString() + document.location.pathname.toString() + document.location.search.toString() + '#' + urlOptions.genHash() + ';mode=print';
+ var url = document.location.origin.toString() + document.location.pathname.toString() + document.location.search.toString() + urlOptions.genHash() + ';mode=print';
var width = 990;
var height = screen.height * 90 / 100;
//console.log(url);