No One Can Stop Me Now
This commit is contained in:
@@ -201,7 +201,7 @@ function switchTab(name){
|
||||
document.querySelectorAll('.tab').forEach((t,i)=>t.classList.toggle('active',
|
||||
['identify','crack','generate','spray','wordlists'][i]===name));
|
||||
document.querySelectorAll('.tab-content').forEach(c=>c.style.display='none');
|
||||
document.getElementById('tab-'+name).style.display='';
|
||||
document.getElementById('tab-'+name).style.display='block';
|
||||
if(name==='crack') loadTools();
|
||||
if(name==='wordlists') loadWordlists();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user