yeah totally obtuse way time to refactor

This commit is contained in:
Ashley Blewer
2015-11-18 11:48:17 -08:00
parent 28348eabaa
commit 2ce2a7d469
2 changed files with 30 additions and 0 deletions

View File

@ -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();