diff --git a/ody git.js b/ody git.js index 4ad2143..3200acc 100644 --- a/ody git.js +++ b/ody git.js @@ -236,6 +236,7 @@ window.addEventListener('keydown', e=>{ updateUI(); +// TOP UP FEATURE // Tambahkan variabel global untuk top up let topUpAmount = 0; let topUpHistory = []; @@ -361,7 +362,7 @@ window.addEventListener('keydown', e => { // Modifikasi fungsi updateUI untuk menampilkan informasi top up const originalUpdateUI = updateUI; updateUI = function() { - originalUpdateUI(); + originalUpdateUI();` []` updateTopUpBalance(); };