Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lemnet committed Oct 21, 2020
1 parent fd4be71 commit 14c0200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ clock.ontick = (evt) => {
//onclick
main.onclick = (evt) => {
vibration.start('bump');
if ((evt.screenX) > 150 && (evt.screenY) < 150) {
if ((evt.screenX) > 150 && (evt.screenY) < 75) {
if (secDisplay == 0) {
clock.granularity = "seconds";
secDisplay = 1;
Expand Down

0 comments on commit 14c0200

Please sign in to comment.