Fix missing edit hash in share modal when opening a pad in read-only mode

pull/1/head
yflory 7 years ago
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…
Cancel
Save