Fix creation of new pads in /pad
parent
20518a3e88
commit
e38df7ce47
www/pad
|
@ -426,6 +426,7 @@ define([
|
|||
|
||||
var updateMetadata = function(shjson) {
|
||||
// Extract the user list (metadata) from the hyperjson
|
||||
if (!shjson || typeof (shjson) !== "string") { updateTitle(defaultName); return; }
|
||||
var hjson = JSON.parse(shjson);
|
||||
var peerMetadata = hjson[3];
|
||||
var titleUpdated = false;
|
||||
|
|
Loading…
Reference in New Issue