From 038181971d53eb286f7831184efcebe59290af8d Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 21 Mar 2023 20:35:12 +0900 Subject: [PATCH] Test --- static/js/custom.js | 3 ++- templates/template.html | 56 +++++++++++++++++++++-------------------- 2 files changed, 31 insertions(+), 28 deletions(-) diff --git a/static/js/custom.js b/static/js/custom.js index a77ddbd..8d65f12 100644 --- a/static/js/custom.js +++ b/static/js/custom.js @@ -3,11 +3,12 @@ //----------------------------------------------------------- function show_search() { $('#nav-search').removeClass('hide'); + $('#nav-content').addClass('hide'); } function hide_search() { $('#nav-search').addClass('hide'); - + $('#nav-content').removeClass('hide'); } //----------------------------------------------------------- diff --git a/templates/template.html b/templates/template.html index 71f2fb2..b371bf9 100644 --- a/templates/template.html +++ b/templates/template.html @@ -64,36 +64,38 @@ - - - menu - +