We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5de3664 commit ca8bcc1Copy full SHA for ca8bcc1
js/app.js
@@ -32,6 +32,7 @@ function lhash_update(history_step) {
32
33
if(wvar.query !== "") {
34
hash += "&q=" + wvar.query;
35
+ $("header .search input[type='text']").val(wvar.query);
36
}
37
38
// other vars
@@ -61,7 +62,7 @@ var wvar = {
61
62
focus: "",
63
mode: (is_mobile) ? modeDefaultMobile : modeDefault,
64
zoom: true,
- query: "",
65
+ query: "!RS_*;",
66
nyan: false,
67
};
68
0 commit comments