Skip to content

Commit

Permalink
fix: remove alert msg
Browse files Browse the repository at this point in the history
  • Loading branch information
lucastozo committed Mar 10, 2024
1 parent 5fa65ee commit 06bbfaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/script/sendChanges.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ function checkInputs(userKey, tokenHash, changelog)
{
if(!userKey || !tokenHash || !changelog)
{
alert("Preencha todos os campos!");
errorMsgHandler("Preencha todos os campos!", 2);
sendButtonHandler(1);
return false;
}
Expand Down

0 comments on commit 06bbfaa

Please sign in to comment.