Spaces:
Paused
Paused
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -110,7 +110,7 @@
|
|
| 110 |
if (isChrome && isDesktop) {
|
| 111 |
scriptSrc = 'script1.js';
|
| 112 |
} else {
|
| 113 |
-
scriptSrc = '
|
| 114 |
}
|
| 115 |
|
| 116 |
const existingScript = document.querySelector('script[data-custom="true"]');
|
|
|
|
| 110 |
if (isChrome && isDesktop) {
|
| 111 |
scriptSrc = 'script1.js';
|
| 112 |
} else {
|
| 113 |
+
scriptSrc = 'script1.js';
|
| 114 |
}
|
| 115 |
|
| 116 |
const existingScript = document.querySelector('script[data-custom="true"]');
|