Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-11-25 19:05:33 +0300
committerJulius Härtl <jus@bitgrid.net>2019-11-25 19:05:33 +0300
commitddac1da48ffdd77e35459d927301e921b8807a4c (patch)
treec6e72542baced989af0c4c2db00a70299f5ae4d0 /src
parent18be048a3a828ef20789db4c1b7ad926e7132959 (diff)
Make sure Firefox doesn\'t navigate out of the current directory
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'src')
-rw-r--r--src/viewer.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/viewer.js b/src/viewer.js
index 5001c604..644a4524 100644
--- a/src/viewer.js
+++ b/src/viewer.js
@@ -194,7 +194,6 @@ const odfViewer = {
}
OC.Util.History.replaceState()
- location.hash = ''
FilesAppIntegration.close()
},