diff --git a/index.html b/index.html index cfb50be..26dce87 100644 --- a/index.html +++ b/index.html @@ -30,16 +30,13 @@ "

" + $("#first_name").val() + " " + $("#last_name").val() + "

" + "

" + "Click for Description" + "

" + "

" + $("#description").val() + "

" + ""); $('#tunes').trigger('play'); setTimeout(function() {setInterval(changeBackground, 100)}, 28500); + return false; }); $(document).on("click", ".contact_card", function(){ $(this).children().toggle(); $(this).css('background-color', (random_color())); }); - - //setInterval(changeBackground, 100); background-color change original - - });