mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-08-30 14:40:46 +02:00
Add files via upload
This commit is contained in:
@@ -585,6 +585,9 @@ function switchSettingsSection(section) {
|
||||
activeContent.classList.add('active');
|
||||
initSettingsCustomSelects(activeContent);
|
||||
}
|
||||
if (section === 'robots' && typeof window.loadVulnerabilityAlertSubscription === 'function') {
|
||||
window.loadVulnerabilityAlertSubscription();
|
||||
}
|
||||
if (section === 'terminal' && typeof initTerminal === 'function') {
|
||||
setTimeout(initTerminal, 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user