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", {
|
postMessage("GET_STRONGER_HASH", {
|
||||||
href: window.location.href,
|
href: window.location.href,
|
||||||
|
channel: secret.channel,
|
||||||
password: secret.password
|
password: secret.password
|
||||||
}, function (hash) {
|
}, function (hash) {
|
||||||
if (hash) { hashes.editHash = hash; }
|
if (hash) { hashes.editHash = hash; }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user