mirror of
https://github.com/myronblair/tomtomgames-app
synced 2026-06-30 17:49:57 -05:00
v1.0.2 - fixed cashouts
This commit is contained in:
@@ -1003,7 +1003,6 @@ loadStats();
|
||||
loadPurchases('pending');
|
||||
loadCashouts('pending');
|
||||
loadUsers();
|
||||
loadHistory(1);
|
||||
|
||||
async function loadStats() {
|
||||
const d = await apiFetch('stats');
|
||||
@@ -1701,7 +1700,7 @@ function adjustTokens(uid) {}
|
||||
function toggleUser(uid) {}
|
||||
|
||||
// ─── FULL HISTORY ──────────────────────────────────────────
|
||||
let _histPage = 1;
|
||||
var _histPage = 1;
|
||||
|
||||
async function loadHistory(page) {
|
||||
if (page) _histPage = page;
|
||||
@@ -2896,7 +2895,6 @@ function showSec(name) {
|
||||
if (name === 'pending') loadPendingSignups();
|
||||
if (name === 'history') loadHistory(1);
|
||||
if (name === 'users') { loadUsers(); showGamerList(); }
|
||||
if (name === 'platform-accounts') loadPlatformAccounts('pending');
|
||||
if (name === 'referrals') { loadAdminReferrals('pending', document.querySelector('#section-referrals .ftab')); }
|
||||
if (name === 'platform-accounts') loadPlatformAccountRequests('pending', document.querySelector('#section-platform-accounts .ftab'));
|
||||
if (name === 'broadcasts') loadBroadcasts();
|
||||
|
||||
Reference in New Issue
Block a user