Skip to content

Commit

Permalink
feat: refactor code
Browse files Browse the repository at this point in the history
  • Loading branch information
dewanakl committed Dec 6, 2023
1 parent a3d4934 commit 308af59
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 113 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -415,11 +415,11 @@ <h5>Bestieee!!!</h5>
<button class="flex-fill btn btn-danger btn-sm rounded-3 shadow m-1" style="display: none;" onclick="comment.batal()" id="batal">
Batal<i class="fa-solid fa-xmark ms-1"></i>
</button>
<button class="flex-fill btn btn-success btn-sm rounded-3 shadow m-1" style="display: none;" onclick="comment.reply()" id="reply">
<button class="flex-fill btn btn-success btn-sm rounded-3 shadow m-1" style="display: none;" onclick="comment.balas()" id="balas">
Balas<i class="fa-solid fa-reply ms-1"></i>
</button>
<button class="flex-fill btn btn-warning btn-sm rounded-3 shadow m-1" style="display: none;" onclick="comment.ubah()" id="ubah">
Edit<i class="fa-solid fa-pen-to-square ms-1"></i>
Ubah<i class="fa-solid fa-pen-to-square ms-1"></i>
</button>
<button class="flex-fill btn btn-primary btn-sm rounded-3 shadow m-1" onclick="comment.kirim()" id="kirim">
Kirim<i class="fa-solid fa-paper-plane ms-1"></i>
Expand Down
Loading

0 comments on commit 308af59

Please sign in to comment.