fix: formatting
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
frappe.ready(() => {
|
||||
|
||||
$(".clickable-row").click((e) => {
|
||||
window.location.href = $(e.currentTarget).data("href");
|
||||
});
|
||||
|
||||
})
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user