fix #9 #15
@ -565,7 +565,7 @@ window.onload = () => {
|
|||||||
Tag("div", {"class": "panel", "id": "table"}, null, [
|
Tag("div", {"class": "panel", "id": "table"}, null, [
|
||||||
Tag("h2", null, "List of things that are not perfect"),
|
Tag("h2", null, "List of things that are not perfect"),
|
||||||
Tag("label", {"class": "filter sticky"}, "Filter", [
|
Tag("label", {"class": "filter sticky"}, "Filter", [
|
||||||
filter = Tag("input", {"type": "input", "name": "filter", "value": filter_value}, null, null, "input", (e) => {
|
filter = Tag("input", {"type": "input", "title": "Hotkey: ALT+F", "name": "filter", "value": filter_value}, null, null, "input", (e) => {
|
||||||
saveToLocalStorage("rendertest_filter", e.target.value);
|
saveToLocalStorage("rendertest_filter", e.target.value);
|
||||||
buildDataSlowMode(table, images, data, tableSort, e.target.value, exactmatch_input.checked);
|
buildDataSlowMode(table, images, data, tableSort, e.target.value, exactmatch_input.checked);
|
||||||
}),
|
}),
|
||||||
|
Loading…
Reference in New Issue
Block a user