Skip to content

Commit

Permalink
Fix UC browser add error begin log
Browse files Browse the repository at this point in the history
  • Loading branch information
Rdjarbeng committed Mar 4, 2022
1 parent eaa3723 commit 2ba42d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ if (dayCount)

// startTime();
let err =document.getElementById('errors');
err.innerHTML+= 'begin </br>'
try{
waitForAnimation(myclock, { dayNumber, hourNumber, minNumber, secNumber }, animatedCountDuration);
}catch(e){
Expand Down

0 comments on commit 2ba42d5

Please sign in to comment.