Skip to content

Commit

Permalink
Fixing double alert
Browse files Browse the repository at this point in the history
  • Loading branch information
bydzen committed Apr 26, 2024
1 parent 553a298 commit d6e98b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions public/arc/asset/js/diary.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@ eCountdown.addEventListener(
} else if (promptE == null || promptE == "") {
alert("Mohon masukkan pin untuk melihat.\nRefresh halaman untuk memasukkan pin ulang.");
} else {
alert("Pin salah.");
alert("Refresh halaman untuk memasukkan pin ulang.\nRefresh halaman untuk memasukkan pin ulang.");
alert("Pin salah.\nRefresh halaman untuk memasukkan pin ulang.");
}
},
{ once: true }
Expand Down

0 comments on commit d6e98b2

Please sign in to comment.