mirror of
https://github.com/pi-hole/web.git
synced 2026-05-08 17:49:49 +01:00
queries: drop non-existent elements code
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user