From 56266a3774011acefc873fc90c375bfd86854c56 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Thu, 18 May 2023 14:42:27 +0530 Subject: [PATCH] fix: load telemetry js irrespective of telemetry settings --- lms/templates/lms_base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/lms_base.html b/lms/templates/lms_base.html index 33fc770d..73728239 100644 --- a/lms/templates/lms_base.html +++ b/lms/templates/lms_base.html @@ -17,6 +17,6 @@ if (telemetry_boot_info && Object.keys(telemetry_boot_info).length) Object.assign(frappe.boot, telemetry_boot_info) - {{ include_script("telemetry.bundle.js") }} {% endif %} + {{ include_script("telemetry.bundle.js") }} {%- endblock -%} \ No newline at end of file