Spaces:
Running
Running
Commit
•
d96076f
1
Parent(s):
4a5a7e0
fix auto reload
Browse files- public/index.html +1 -1
public/index.html
CHANGED
@@ -41,7 +41,7 @@
|
|
41 |
//Unloading and loading the source again
|
42 |
// player.unload()
|
43 |
// player.load()
|
44 |
-
window.reload()
|
45 |
}, 1200)
|
46 |
}, false);
|
47 |
|
|
|
41 |
//Unloading and loading the source again
|
42 |
// player.unload()
|
43 |
// player.load()
|
44 |
+
window.location.reload()
|
45 |
}, 1200)
|
46 |
}, false);
|
47 |
|