From c31db2f001546aab4546952a5f36daff91555fa0 Mon Sep 17 00:00:00 2001 From: 65160388 <65160388@go.buu.ac.th> Date: Tue, 25 Mar 2025 09:16:37 +0700 Subject: [PATCH] v.8 --- views/partials/header.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/partials/header.ejs b/views/partials/header.ejs index 41e792f..b7392a3 100644 --- a/views/partials/header.ejs +++ b/views/partials/header.ejs @@ -53,7 +53,7 @@ <% if (currentPageVal === 'dashboard') { %> <form action="/dashboard" method="GET" class="search-form d-flex"> <div class="input-group"> - <input type="text" name="q" class="form-control" placeholder="Search for threads now..." + <input type="text" name="q" class="form-control" placeholder="Search now..." value="<%= localQuery %>"> <div class="input-group-append"> <button class="btn btn-outline-secondary" type="submit">Search</button> -- GitLab