Comment out inactive code

This commit is contained in:
yflory 2020-04-27 16:47:03 +02:00
parent 73654a4e65
commit 2608b0f66e
2 changed files with 3 additions and 1 deletions

View file

@ -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)) {

View file

@ -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();