11
This commit is contained in:
@@ -142,11 +142,11 @@ function showApp() {
|
||||
document.getElementById('auth-section').classList.add('hidden');
|
||||
document.getElementById('main-app').classList.remove('hidden');
|
||||
document.getElementById('user-info').classList.remove('hidden');
|
||||
initTabs();
|
||||
initCases();
|
||||
initIntegrations();
|
||||
initBilling();
|
||||
initDashboard();
|
||||
try { initTabs(); } catch(e) { console.error('initTabs:', e); }
|
||||
try { initCases(); } catch(e) { console.error('initCases:', e); }
|
||||
try { loadIntegrations(); } catch(e) { console.error('loadIntegrations:', e); }
|
||||
try { initBilling(); } catch(e) { console.error('initBilling:', e); }
|
||||
try { initDashboard(); } catch(e) { console.error('initDashboard:', e); }
|
||||
}
|
||||
|
||||
function initDashboard() {
|
||||
|
||||
Reference in New Issue
Block a user