diff --git a/static/script.js b/static/script.js index 6e45e76..1dfd807 100644 --- a/static/script.js +++ b/static/script.js @@ -13,7 +13,7 @@ function reload() { location.href=window.location.href; } -function hidetoggle(name,button) { +function hidetoggle(name) { if (document.getElementById(name).style.display=='inline-block') { document.getElementById(name).style.display='none'; } else { diff --git a/templates/show_shop.html b/templates/show_shop.html index 4aa219c..589662c 100644 --- a/templates/show_shop.html +++ b/templates/show_shop.html @@ -11,24 +11,24 @@ -