0.0.185 route forms
This commit is contained in:
@@ -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) => {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user