queries: drop non-existent elements code

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
XhmikosR
2025-05-21 10:13:04 +03:00
committed by GitHub
parent 8f42ae90d3
commit 181fd7122e
-2
View File
@@ -497,12 +497,10 @@ $(() => {
if ("from" in GETDict) {
from = GETDict.from;
$("#from").val(moment.unix(from).format("Y-MM-DD HH:mm:ss"));
}
if ("until" in GETDict) {
until = GETDict.until;
$("#until").val(moment.unix(until).format("Y-MM-DD HH:mm:ss"));
}
initDateRangePicker();