commit 29/01/2026

This commit is contained in:
2026-01-29 22:58:20 +07:00
parent b04e168b9a
commit b90982366d
19 changed files with 421 additions and 111 deletions

View File

@@ -54,6 +54,8 @@ function reloadLogs(APIURL = "Log/", date, filter) {
});
}
$(document).ready(function () {
console.log("log.js ready");
let selectedlogdate = "";
@@ -100,4 +102,6 @@ $(document).ready(function () {
$('#btnExport').off('click').on('click', function () {
DoExport(APIURL, "log.xlsx", { date: selectedlogdate, filter: logfilter });
});
});