mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 09:42:21 -04:00
Disable compliments
This commit is contained in:
parent
63bc612148
commit
aaa5c1c7d6
1 changed files with 3 additions and 0 deletions
|
@ -62,6 +62,8 @@ jQuery(document).ready(function($) {
|
|||
}, 1000);
|
||||
})();
|
||||
|
||||
|
||||
/*
|
||||
(function updateCompliment()
|
||||
{
|
||||
var compliments = ['Hey, handsome!','Hi, sexy!','Hello, beauty!', 'You look sexy!', 'Wow, you look hot!'];
|
||||
|
@ -78,6 +80,7 @@ jQuery(document).ready(function($) {
|
|||
updateCompliment();
|
||||
}, 20000);
|
||||
})();
|
||||
*/
|
||||
|
||||
(function updateWeather()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue