shx-3d-render
parent
d8b4fa1ed4
commit
0c8d2f4d50
|
@ -7,7 +7,7 @@
|
||||||
{% elsif content_type == 'head' %}
|
{% elsif content_type == 'head' %}
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
class InputFormsElement extends HTMLElement {
|
class SHX_LoadingSpinner extends HTMLElement {
|
||||||
constructor() {
|
constructor() {
|
||||||
super();
|
super();
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
customElements.define('shx-loading-spinner', InputFormsElement);
|
customElements.define('shx-loading-spinner', SHX_LoadingSpinner);
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|
Loading…
Reference in New Issue