Compare commits

..

No commits in common. "853b1e97feaa2b902c794316c6b045a8fae4a816" and "398c68a195951c26f2a25de76252199a85c34af9" have entirely different histories.

View file

@ -69,7 +69,7 @@ Module.register('MMM-pages', {
this.config.rotationHomePage = Math.max(this.config.rotationHomePage, 0); this.config.rotationHomePage = Math.max(this.config.rotationHomePage, 0);
if (!this.config.useLockString) { if (!this.config.useLockString) {
Log.log('[MMM-pages] User opted to not use lock strings!'); Log.info('[MMM-pages] User opted to not use lock strings!');
} }
}, },
@ -183,7 +183,7 @@ Module.register('MMM-pages', {
this.resetTimerWithDelay(0); this.resetTimerWithDelay(0);
} }
this.sendNotification('NEW_PAGE', this.curPage); this.sendNotification('NEW_PAGE', this.curPage);
} else { Log.error('[MMM-pages] Pages are not properly defined!'); } } else { Log.error('[MMM-pages] Pages aren\'t properly defined!'); }
}, },
/** /**