Skip to content

Commit

Permalink
var
Browse files Browse the repository at this point in the history
  • Loading branch information
mi2ebi committed Sep 27, 2023
1 parent 7cf02a1 commit c8a9683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ function load(res, page) {
var timer;
id("search").addEventListener("input", function() {
clearTimeout(timer);
const q = id("search").value.trim();
var q = id("search").value.trim();
if (q != id("search").value) {
id("search").value = q;
}
Expand Down

0 comments on commit c8a9683

Please sign in to comment.