fix: load telemetry js irrespective of telemetry settings

This commit is contained in:
Jannat Patel
2023-05-18 14:42:27 +05:30
parent 93f0f8ab44
commit 56266a3774

View File

@@ -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 -%}