diff --git a/js/main.js b/js/main.js index 28b6019f..d209368e 100644 --- a/js/main.js +++ b/js/main.js @@ -64,8 +64,8 @@ jQuery(document).ready(function($) { (function updateCompliment() { - //var compliments = ['Hey, handsome!','Hi, sexy!','Hello, beauty!', 'You look sexy!', 'Wow, you look hot!']; - var compliments = ['Testing ...', 'Please wait ...']; + var compliments = ['Hey, handsome!','Hi, sexy!','Hello, beauty!', 'You look sexy!', 'Wow, you look hot!']; + //var compliments = ['Testing ...', 'Please wait ...']; while (compliment == lastCompliment) { compliment = Math.floor(Math.random()*compliments.length); @@ -148,4 +148,4 @@ jQuery(document).ready(function($) { }, 5500); })(); -}); \ No newline at end of file +});