From aaa5c1c7d6c7b9bcdbaa370a66b400e36ac0affc Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Mon, 24 Feb 2014 10:53:34 +0100 Subject: [PATCH] Disable compliments --- js/main.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/js/main.js b/js/main.js index c3e60907..852b1b29 100644 --- a/js/main.js +++ b/js/main.js @@ -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() {