fix: removed unused file
This commit is contained in:
@@ -1,9 +0,0 @@
|
|||||||
frappe.ready(() => {});
|
|
||||||
|
|
||||||
const change_hash = (e) => {
|
|
||||||
window.location.hash = $(e.currentTarget).attr("href");
|
|
||||||
};
|
|
||||||
|
|
||||||
const open_tab = () => {
|
|
||||||
$(`a[href="${window.location.hash}"]`).click();
|
|
||||||
};
|
|
||||||
Reference in New Issue
Block a user