reload later
This commit is contained in:
parent
59b10d3f4d
commit
b30bc42967
1 changed files with 1 additions and 1 deletions
|
@ -144,6 +144,6 @@
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
window.location.reload(false);
|
window.setTimeout(() => window.location.reload(false), 800);
|
||||||
});
|
});
|
||||||
})(window.jQuery);
|
})(window.jQuery);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue