mirror of https://github.com/xwiki-labs/cryptpad
Fix missing edit hash in share modal when opening a pad in read-only mode
This commit is contained in:
parent
4df285fed5
commit
914da83b46
|
@ -594,6 +594,7 @@ define([
|
|||
|
||||
postMessage("GET_STRONGER_HASH", {
|
||||
href: window.location.href,
|
||||
channel: secret.channel,
|
||||
password: secret.password
|
||||
}, function (hash) {
|
||||
if (hash) { hashes.editHash = hash; }
|
||||
|
|
Loading…
Reference in New Issue