freealise commited on
Commit
02c9bd5
·
verified ·
1 Parent(s): f990c62

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;left:'+(32+coords[i].lng)+'px;top:'+(32+coords[i].lat)+'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="font-family:monospace;position:absolute;right:'+(32+coords[i].lng/4)+'px;top:'+(32+coords[i].lat/4)+'px;" onclick="seek('+i+');"> '+i+' </a> ';
786
  }
787
  play();
788
  videoDome.videoTexture.video.oncanplaythrough = null;