Skip to content

Commit ca8bcc1

Browse files
add default filter for RS_ sonde callsigns
1 parent 5de3664 commit ca8bcc1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

js/app.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ function lhash_update(history_step) {
3232

3333
if(wvar.query !== "") {
3434
hash += "&q=" + wvar.query;
35+
$("header .search input[type='text']").val(wvar.query);
3536
}
3637

3738
// other vars
@@ -61,7 +62,7 @@ var wvar = {
6162
focus: "",
6263
mode: (is_mobile) ? modeDefaultMobile : modeDefault,
6364
zoom: true,
64-
query: "",
65+
query: "!RS_*;",
6566
nyan: false,
6667
};
6768

0 commit comments

Comments
 (0)