14
This commit is contained in:
@@ -259,7 +259,11 @@ function initBilling() {
|
||||
|
||||
function initTabs() {
|
||||
const btns = document.querySelectorAll('.tab-btn');
|
||||
const sections = ['dashboard-section', 'cases-section', 'integrations-section', 'billing-section'];
|
||||
const sections = [
|
||||
'dashboard-section', 'cases-section', 'integrations-section', 'billing-section',
|
||||
'logs-section', 'reviews-section', 'seo-section', 'content-section',
|
||||
'finance-section', 'generator-section', 'analytics-section', 'repricer-section'
|
||||
];
|
||||
|
||||
btns.forEach(btn => {
|
||||
btn.addEventListener('click', () => {
|
||||
|
||||
Reference in New Issue
Block a user