feat: analytics for course creation journey

This commit is contained in:
Jannat Patel
2023-05-11 15:29:11 +05:30
parent c760fd5776
commit 1e610f7fbb
7 changed files with 16 additions and 6 deletions

View File

@@ -1,4 +1,5 @@
frappe.ready(() => {
frappe.telemetry.capture("on_lesson_creation_page", "lms");
let self = this;
if ($("#current-lesson-content").length) {
parse_string_to_lesson();