Spaces:
Paused
Paused
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -72,7 +72,7 @@
|
|
| 72 |
</div>
|
| 73 |
</div>
|
| 74 |
|
| 75 |
-
<script>
|
| 76 |
function loadScript() {
|
| 77 |
var isChrome = /Chrome/.test(navigator.userAgent) && /Google Inc/.test(navigator.vendor) && !/Edg/.test(navigator.userAgent);
|
| 78 |
var isDesktop = window.innerWidth > 768;
|
|
|
|
| 72 |
</div>
|
| 73 |
</div>
|
| 74 |
|
| 75 |
+
<script type="module">
|
| 76 |
function loadScript() {
|
| 77 |
var isChrome = /Chrome/.test(navigator.userAgent) && /Google Inc/.test(navigator.vendor) && !/Edg/.test(navigator.userAgent);
|
| 78 |
var isDesktop = window.innerWidth > 768;
|