fix: removed unused file

This commit is contained in:
Jannat Patel
2022-11-21 13:36:37 +05:30
parent 88f9114dd6
commit b5078c1f1f

View File

@@ -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();
};