0.0.185 route forms

This commit is contained in:
SBD
2025-03-05 14:46:06 +03:00
parent 8694856fc9
commit e74731b789

View File

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