mirror of
https://github.com/edward-shen/MMM-pages.git
synced 2025-03-12 08:48:18 -07:00
Compare commits
2 commits
398c68a195
...
853b1e97fe
Author | SHA1 | Date | |
---|---|---|---|
|
853b1e97fe | ||
|
2621f259d9 |
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.info('[MMM-pages] User opted to not use lock strings!');
|
||||
Log.log('[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 aren\'t properly defined!'); }
|
||||
} else { Log.error('[MMM-pages] Pages are not properly defined!'); }
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue