freealise commited on
Commit
c56f12a
·
verified ·
1 Parent(s): 1d11e34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -782,7 +782,7 @@ async(c, o, p, d, n, m, s)=>{
782
  videoDome.videoTexture.video.oncanplaythrough = function () {
783
  document.getElementById('seek').innerHTML = '';
784
  for (var i=0; i<videoDome.videoTexture.video.duration; i++) {
785
- document.getElementById('seek').innerHTML += '<a href="#" style="position:absolute;right:'+(56+coords[i].lng/2)+'px;top:'+(56+coords[i].lat/2)+'px;" onclick="seek('+i+');"> '+i+' </a> ';
786
  }
787
  play();
788
  videoDome.videoTexture.video.oncanplaythrough = null;
 
782
  videoDome.videoTexture.video.oncanplaythrough = function () {
783
  document.getElementById('seek').innerHTML = '';
784
  for (var i=0; i<videoDome.videoTexture.video.duration; i++) {
785
+ document.getElementById('seek').innerHTML += '<a href="#" style="position:absolute;right:'+(56-coords[i].lng/2)+'px;top:'+(56-coords[i].lat/2)+'px;" onclick="seek('+i+');"> '+i+' </a> ';
786
  }
787
  play();
788
  videoDome.videoTexture.video.oncanplaythrough = null;