Disable compliments

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

View file

@ -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()
{