shx-3d-render
parent
d8b4fa1ed4
commit
0c8d2f4d50
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue