Skip to content

Commit

Permalink
update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgramminCat committed Sep 27, 2024
1 parent bfdbe05 commit ebb6d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/demos/threejs/glassesVTO/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
var a = document.createElement('a');
a.style = "display: none;";
a.href = recording_url;
a.download = "video.webm";
a.download = "vidzyvideo.webm";
document.getElementById("record-icon").style.color = "black";
document.getElementById("recordingtxt").style.display = "none";
clearInterval(recordinginterval);
Expand Down

0 comments on commit ebb6d5e

Please sign in to comment.