From 2ce2a7d4695ff9ac71994796a188125ddef78f8f Mon Sep 17 00:00:00 2001 From: Ashley Blewer Date: Wed, 18 Nov 2015 11:48:17 -0800 Subject: [PATCH] yeah totally obtuse way time to refactor --- index.html | 26 ++++++++++++++++++++++++++ js/forms.js | 4 ++++ 2 files changed, 30 insertions(+) diff --git a/index.html b/index.html index 9d9d265..5e5e428 100644 --- a/index.html +++ b/index.html @@ -42,6 +42,9 @@ + + + @@ -71,7 +74,30 @@ + + + diff --git a/js/forms.js b/js/forms.js index fc53b15..22b449c 100644 --- a/js/forms.js +++ b/js/forms.js @@ -23,6 +23,10 @@ $(document).ready(function() { $( ".display_info" ).show(); }); + $( "#show_one_thumbnail" ).click(function() { + chillScroll(); + $( ".one_thumbnail" ).show(); + }); $( "#show_web" ).click(function() { chillScroll(); $( ".web" ).show();