folder change not reloaded with cookies
This commit is contained in:
@@ -347,7 +347,8 @@ function scroll_load() {
|
||||
}
|
||||
function filter_load() {
|
||||
var needle=get_cookie("filter");
|
||||
if (needle===null) { return }
|
||||
if (needle===null) { return; }
|
||||
if (needle.startsWith("/")) { needle=""; }
|
||||
document.getElementById("filter").value=needle;
|
||||
}
|
||||
function get_cookie(name) {
|
||||
|
||||
Reference in New Issue
Block a user