Skip to content

Commit

Permalink
fix: load telemetry js irrespective of telemetry settings
Browse files Browse the repository at this point in the history
  • Loading branch information
pateljannat committed May 18, 2023
1 parent 93f0f8a commit 56266a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lms/templates/lms_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 -%}

0 comments on commit 56266a3

Please sign in to comment.