mirror of
https://github.com/edward-shen/MMM-pages.git
synced 2025-03-14 01:38:20 -07:00
Compare commits
No commits in common. "853b1e97feaa2b902c794316c6b045a8fae4a816" and "398c68a195951c26f2a25de76252199a85c34af9" have entirely different histories.
853b1e97fe
...
398c68a195
1 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@ Module.register('MMM-pages', {
|
|||
this.config.rotationHomePage = Math.max(this.config.rotationHomePage, 0);
|
||||
|
||||
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.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!'); }
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue