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