diff --git a/ereuse_devicehub/static/js/main.js b/ereuse_devicehub/static/js/main.js index 474658d5..7bea4a96 100644 --- a/ereuse_devicehub/static/js/main.js +++ b/ereuse_devicehub/static/js/main.js @@ -48,12 +48,12 @@ /** * Search bar toggle - */ if (select(".search-bar-toggle")) { on("click", ".search-bar-toggle", (e) => { select(".search-bar").classList.toggle("search-bar-show") }) } + */ /** * Navbar links active state on scroll diff --git a/ereuse_devicehub/templates/ereuse_devicehub/base_site.html b/ereuse_devicehub/templates/ereuse_devicehub/base_site.html index b65955f0..e8fc6b49 100644 --- a/ereuse_devicehub/templates/ereuse_devicehub/base_site.html +++ b/ereuse_devicehub/templates/ereuse_devicehub/base_site.html @@ -11,8 +11,6 @@