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