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) => {
|
||||||
|
|
||||||
@@ -147,4 +152,4 @@ function unwrapRouteComment (el){
|
|||||||
if (!$parent) return;
|
if (!$parent) return;
|
||||||
|
|
||||||
$parent.classList.remove('wrapped');
|
$parent.classList.remove('wrapped');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user