jbilcke-hf HF staff commited on
Commit
d96076f
1 Parent(s): 4a5a7e0

fix auto reload

Browse files
Files changed (1) hide show
  1. 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