Update TabHome.js

This commit is contained in:
jelveh
2025-12-09 15:58:51 -08:00
parent e9de337645
commit 2ab99d38da

View File

@@ -207,13 +207,6 @@ const TabHome = {
$el_window.find(`.dashboard-sidebar-item[data-section="${targetTab}"]`).click();
}
});
// Handle plan header and upgrade button clicks
$el_window.on('click', '.bento-plan-header, .bento-plan-upgrade', function (e) {
e.preventDefault();
// Open settings to billing tab
window.UIWindowSettings({ active_tab: 'billing' });
});
},
async loadRecentApps ($el_window) {