diff --git a/lms/www/courses/index.js b/lms/www/courses/index.js deleted file mode 100644 index d6b84fca..00000000 --- a/lms/www/courses/index.js +++ /dev/null @@ -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(); -};