Skip to content

Commit

Permalink
Corrigindo distorção no video
Browse files Browse the repository at this point in the history
  • Loading branch information
SonanFarr committed Nov 15, 2023
1 parent 28a1e35 commit fe24cbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ <h1>Sons</h1>
window.addEventListener("orientationchange", function(event) {
$( "#main" ).load(window.location.href + " #main" );


document.getElementById('reps-left').innerText = counter_left;
document.getElementById('reps-right').innerText = counter_right;
document.getElementById('sets').innerText = counter_series;
Expand Down

0 comments on commit fe24cbf

Please sign in to comment.