Skip to content

Commit 6ebbad3

Browse files
authored
Update index.html
1 parent 8a7325d commit 6ebbad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
var hour = zeros(twelveHour(today.getHours()));
119119
var minutes = zeros(today.getMinutes());
120120
var seconds = zeros(today.getSeconds());
121-
if(twelveHour(today.getHours()) >12){
121+
if(today.getHours() >=12){
122122
seconds+=" pm"
123123
}
124124
else{

0 commit comments

Comments
 (0)