feat: track visit on lesson page
This commit is contained in:
@@ -5,6 +5,7 @@ frappe.ready(() => {
|
|||||||
this.is_correct = [];
|
this.is_correct = [];
|
||||||
let self = this;
|
let self = this;
|
||||||
|
|
||||||
|
frappe.telemetry.capture("on_lesson_page", "lms");
|
||||||
localStorage.removeItem($("#quiz-title").data("name"));
|
localStorage.removeItem($("#quiz-title").data("name"));
|
||||||
|
|
||||||
fetch_assignments();
|
fetch_assignments();
|
||||||
|
|||||||
Reference in New Issue
Block a user