mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
Disable compliments
This commit is contained in:
@@ -62,6 +62,8 @@ jQuery(document).ready(function($) {
|
|||||||
}, 1000);
|
}, 1000);
|
||||||
})();
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
(function updateCompliment()
|
(function updateCompliment()
|
||||||
{
|
{
|
||||||
var compliments = ['Hey, handsome!','Hi, sexy!','Hello, beauty!', 'You look sexy!', 'Wow, you look hot!'];
|
var compliments = ['Hey, handsome!','Hi, sexy!','Hello, beauty!', 'You look sexy!', 'Wow, you look hot!'];
|
||||||
@@ -78,6 +80,7 @@ jQuery(document).ready(function($) {
|
|||||||
updateCompliment();
|
updateCompliment();
|
||||||
}, 20000);
|
}, 20000);
|
||||||
})();
|
})();
|
||||||
|
*/
|
||||||
|
|
||||||
(function updateWeather()
|
(function updateWeather()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user