Skip to content

Commit

Permalink
feat: fix button
Browse files Browse the repository at this point in the history
  • Loading branch information
dewanakl committed Dec 6, 2023
1 parent 427987c commit a3d4934
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,6 @@ const comment = (() => {
await pagination.reset();
document.getElementById('daftar-ucapan').scrollIntoView({ behavior: 'smooth' });
resetForm();
return;
}

kirim.disabled = false;
Expand Down Expand Up @@ -830,7 +829,6 @@ const comment = (() => {
await ucapan();
document.getElementById(id).scrollIntoView({ behavior: 'smooth', block: 'center' });
resetForm();
return;
}

batal.disabled = false;
Expand Down

0 comments on commit a3d4934

Please sign in to comment.