From e078c109bb4d7b30f77990a85f9eda0761e3aebc Mon Sep 17 00:00:00 2001 From: Steven Gum Date: Wed, 28 Sep 2016 18:39:29 -0700 Subject: [PATCH] original index.html --- index.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 - - });