mirror of
https://github.com/frappe/lms.git
synced 2026-04-21 07:38:00 +03:00
fix: load telemetry js irrespective of telemetry settings
This commit is contained in:
@@ -17,6 +17,6 @@
|
||||
if (telemetry_boot_info && Object.keys(telemetry_boot_info).length)
|
||||
Object.assign(frappe.boot, telemetry_boot_info)
|
||||
</script>
|
||||
{{ include_script("telemetry.bundle.js") }}
|
||||
{% endif %}
|
||||
{{ include_script("telemetry.bundle.js") }}
|
||||
{%- endblock -%}
|
||||
Reference in New Issue
Block a user