mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
Disable compliments
This commit is contained in:
@@ -61,7 +61,9 @@ jQuery(document).ready(function($) {
|
||||
updateTime();
|
||||
}, 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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user