Skip to content

Commit

Permalink
Update SignItVideosIframe.html
Browse files Browse the repository at this point in the history
minor cleanup
  • Loading branch information
hugolpz authored Jul 19, 2024
1 parent 6ed2637 commit 6a7bec9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions SignItVideosIframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@

var speedNormal = getUrlParameter('speedNormal') || 1;
speedSlow = getUrlParameter('speedSlow') || 0.5;
var twospeed = true;
twospeed = getUrlParameter('twospeed');
var twospeed = getUrlParameter('twospeed') || true;

console.log({videoUrl}, {speedNormal}, {speedSlow}, {twospeed});

Expand Down

0 comments on commit 6a7bec9

Please sign in to comment.