Merge branch 'main' of https://github.com/frappe/school into members-page

This commit is contained in:
Jannat Patel
2022-01-03 16:36:23 +05:30
36 changed files with 644 additions and 34 deletions

View File

@@ -192,10 +192,7 @@ var submit_review = (e) => {
callback: (data) => {
if (data.message == "OK") {
$(".review-modal").modal("hide");
frappe.msgprint("Thanks for providing your feedback!");
setTimeout(() => {
window.location.reload();
}, 2000);
window.location.reload();
}
}
})