feat: analytics for course creation journey
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
frappe.ready(() => {
|
||||
frappe.telemetry.capture("on_course_creation_page", "lms");
|
||||
$(".tags").click((e) => {
|
||||
e.preventDefault();
|
||||
$("#tags-input").focus();
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
frappe.ready(() => {
|
||||
frappe.telemetry.capture("on_course_outline_page", "lms");
|
||||
$(".btn-add-chapter").click((e) => {
|
||||
show_chapter_modal(e);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user