Fix share modal with new pads

This commit is contained in:
yflory
2018-02-22 12:43:06 +01:00
parent 7ede2e1a07
commit a0ec51dde5
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -625,6 +625,7 @@ define([
// Update metadata values and send new metadata inside
parsed = Utils.Hash.parsePadUrl(window.location.href);
defaultTitle = Utils.Hash.getDefaultName(parsed);
hashes = Utils.Hash.getHashes(secret.channel, secret);
readOnly = false;
updateMeta();