comment js
This commit is contained in:
parent
286f48e200
commit
37ecefe0c5
@ -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();
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user