diff --git a/index.php b/index.php index 8285a35..32586a7 100644 --- a/index.php +++ b/index.php @@ -93,11 +93,11 @@ }); - $("#searchImage").click(function(){ - if ($("#search").is(":hidden")) { - $("#search").slideDown("slow"); + $("#settingsImage").click(function(){ + if ($("#tool").is(":hidden")) { + $("#tool").slideDown("slow"); } else { - $("#search").slideUp(); + $("#tool").slideUp(); } }); @@ -151,21 +151,31 @@
- " alt="Settings and menu" /> + " alt="Settings and menu" />

title) ?>

-