Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
inventionpro authored Feb 10, 2024
1 parent bb266e5 commit 3ed925a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function __PRI__edr(er,tr) {
if (er == 0) {
return '';
} else {
return er+tr+(er>1?'s':'')+' '
return er+tr+' '
}
}
function time_gud(time) {
Expand Down

0 comments on commit 3ed925a

Please sign in to comment.