mirror of
https://github.com/edward-shen/MMM-pages.git
synced 2024-12-04 16:12:28 -08:00
Rewording to avoid escaping
Co-authored-by: Edward Shen <code@eddie.sh>
This commit is contained in:
parent
398c68a195
commit
2621f259d9
1 changed files with 1 additions and 1 deletions
|
@ -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