fix: formatting

This commit is contained in:
Jannat Patel
2022-11-23 15:14:15 +05:30
parent 91e71091ef
commit 96849afcba
4 changed files with 5 additions and 6 deletions

View File

@@ -1,7 +1,5 @@
frappe.ready(() => {
$(".clickable-row").click((e) => {
window.location.href = $(e.currentTarget).data("href");
});
})
});