Use version 3 for hidden hashes

This commit is contained in:
yflory
2020-01-27 13:53:54 +01:00
parent 2c1e26cb52
commit 7b9f86157e
2 changed files with 43 additions and 50 deletions

View File

@@ -30,7 +30,7 @@ define([
var password;
var initialPathInDrive;
var currentPad = {
var currentPad = window.CryptPad_location = {
href: cfg.href || window.location.href,
hash: cfg.hash || window.location.hash
};