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) => {
if (!res.html) return;
$(".info_profile")[0].innerHTML = res.html;
window.scrollTo({
top: 0,
left: 0,
behavior: "smooth"
});
datarangepickerinitAll()
}, error: (res) => {
@@ -147,4 +152,4 @@ function unwrapRouteComment (el){
if (!$parent) return;
$parent.classList.remove('wrapped');
}
}