frappe.ready(() => {}); const change_hash = (e) => { window.location.hash = $(e.currentTarget).attr("href"); }; const open_tab = () => { $(`a[href="${window.location.hash}"]`).click(); };