Disable compliments

This commit is contained in:
Michael Teeuw 2014-02-24 10:53:34 +01:00
parent 63bc612148
commit aaa5c1c7d6

View file

@ -61,7 +61,9 @@ jQuery(document).ready(function($) {
updateTime(); updateTime();
}, 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()
{ {