fix: telemetry

This commit is contained in:
Jannat Patel
2023-07-25 17:15:56 +05:30
parent 3d27d5f755
commit 1862d726ad
6 changed files with 11 additions and 27 deletions

View File

@@ -462,11 +462,6 @@
frappe.boot.single_types = []
frappe.router = {
slug (name) {
return name.toLowerCase().replace(/ /g, "-");
}
}
let class_info = {{ class_info | json }};
</script>
{% endif %}