diff --git a/www/common/sframe-app-framework.js b/www/common/sframe-app-framework.js index 24e7d0abd..5cccc6cba 100644 --- a/www/common/sframe-app-framework.js +++ b/www/common/sframe-app-framework.js @@ -289,9 +289,11 @@ define([ throw new Error("Content must be an object or array, type is " + typeof(content)); } + /* if (padChange && hasChanged(content)) { //cpNfInner.metadataMgr.addAuthor(); } + */ oldContent = content; if (Array.isArray(content)) { diff --git a/www/pad/comments.js b/www/pad/comments.js index d881ba2fd..c777a4dc4 100644 --- a/www/pad/comments.js +++ b/www/pad/comments.js @@ -397,7 +397,7 @@ define([ } } else if (Env.ready) { // Everytime there is a metadata change, check if our user data have changed - // and puhs the update sif necessary + // and push the updates if necessary updateAuthorData(Env, function () { updateMetadata(Env); Env.framework.localChange();