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)
|
if (telemetry_boot_info && Object.keys(telemetry_boot_info).length)
|
||||||
Object.assign(frappe.boot, telemetry_boot_info)
|
Object.assign(frappe.boot, telemetry_boot_info)
|
||||||
</script>
|
</script>
|
||||||
{{ include_script("telemetry.bundle.js") }}
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{{ include_script("telemetry.bundle.js") }}
|
||||||
{%- endblock -%}
|
{%- endblock -%}
|
||||||
Reference in New Issue
Block a user