shx-3d-render

main
Jan Umbach 2024-06-19 22:41:58 +02:00
parent d8b4fa1ed4
commit 0c8d2f4d50
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
{% elsif content_type == 'head' %}
<script>
class InputFormsElement extends HTMLElement {
class SHX_LoadingSpinner extends HTMLElement {
constructor() {
super();
@ -51,7 +51,7 @@
}
}
customElements.define('shx-loading-spinner', InputFormsElement);
customElements.define('shx-loading-spinner', SHX_LoadingSpinner);
</script>
<style>