fix: redirections

This commit is contained in:
Summayya
2021-08-23 10:02:06 +05:30
parent c6fc0a22d2
commit a1e12d29ac
4 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
frappe.ready(function () {
frappe.web_form.after_save = () => {
setTimeout(function () {
window.location.href = '/event/conference2021/about';
window.location.href = '/about';
}, 2000);
}
})