diff --git a/www/code/main.js b/www/code/main.js index 41e089e70..684a813f1 100644 --- a/www/code/main.js +++ b/www/code/main.js @@ -576,7 +576,7 @@ define([ } // Update the user list (metadata) from the hyperjson - updateUserList(userDoc); + updateMetadata(userDoc); editor.setValue(newDoc || Messages.codeInitialState); diff --git a/www/pad/main.js b/www/pad/main.js index 6399da196..f104b4fc4 100644 --- a/www/pad/main.js +++ b/www/pad/main.js @@ -651,7 +651,7 @@ define([ applyHjson(shjson); // Update the user list (metadata) from the hyperjson - updateUserList(shjson); + updateMetadata(shjson); if (Visible.isSupported()) { Visible.onChange(function (yes) {