Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -797,7 +797,7 @@
|
|
| 797 |
sliderHandle.style.backgroundColor = '#00ff41';
|
| 798 |
iconLock.style.stroke = 'black';
|
| 799 |
// CHANGE: Redirect instead of starting AR
|
| 800 |
-
setTimeout(() => window.location.href = './
|
| 801 |
}
|
| 802 |
|
| 803 |
|
|
|
|
| 797 |
sliderHandle.style.backgroundColor = '#00ff41';
|
| 798 |
iconLock.style.stroke = 'black';
|
| 799 |
// CHANGE: Redirect instead of starting AR
|
| 800 |
+
setTimeout(() => window.location.href = './ar.html', 500);
|
| 801 |
}
|
| 802 |
|
| 803 |
|