0.0.155 routes

This commit is contained in:
SBD
2025-02-17 15:18:16 +03:00
parent c59c5d929b
commit 8e6111dfb1
6 changed files with 12 additions and 10 deletions

View File

@@ -14,6 +14,7 @@ function changeRoute(el) {
success: (res) => {
if (!res.html) return;
$(".info_profile")[0].innerHTML = res.html;
datarangepickerinitAll()
}, error: (res) => {
}