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

This commit is contained in:
yflory 2018-05-23 16:55:23 +02:00
parent 4df285fed5
commit 914da83b46

View file

@ -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; }