mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
fix comment
This commit is contained in:
parent
0cb377618e
commit
42bab052e0
@ -150,7 +150,7 @@ Module.register("compliments", {
|
||||
randomCompliment: function() {
|
||||
// get the current time of day compliments list
|
||||
var compliments = this.complimentArray();
|
||||
variable for index to next message to display
|
||||
// variable for index to next message to display
|
||||
let index=0
|
||||
// are we randomizing
|
||||
if(this.config.random){
|
||||
|
Loading…
x
Reference in New Issue
Block a user