Skip to content

Commit

Permalink
sonar cloud fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adpare committed Jan 12, 2024
1 parent 4d6cbbb commit 1a9212d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion attack-theme/static/scripts/sidebar-load-all.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ if (mod_name.includes('contact')){
}
$("#sidebars").load(mod_entry, function() {
let old_winlocation = window.location.href;
let active_elements = [];
if (mod_name.includes('versions')){
let v_number = mod_name[2];
old_winlocation = old_winlocation.replace('/versions/'+ v_number,'');
Expand Down

0 comments on commit 1a9212d

Please sign in to comment.