From 04e8fa3de4e7dd865c3613809fb561a938ecf08a Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 21 Mar 2023 20:31:05 +0900 Subject: [PATCH] test --- static/js/custom.js | 4 ++-- templates/template.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/static/js/custom.js b/static/js/custom.js index ed761fc..a77ddbd 100644 --- a/static/js/custom.js +++ b/static/js/custom.js @@ -2,11 +2,11 @@ // Expandable Search on Users and Machines pages //----------------------------------------------------------- function show_search() { - $('.').removeClass('hide'); + $('#nav-search').removeClass('hide'); } function hide_search() { - $('.').addClass('hide'); + $('#nav-search').addClass('hide'); } diff --git a/templates/template.html b/templates/template.html index 7cd2c73..71f2fb2 100644 --- a/templates/template.html +++ b/templates/template.html @@ -55,7 +55,7 @@