Skip to content

Commit

Permalink
navItem Klasse hinzufügen
Browse files Browse the repository at this point in the history
  • Loading branch information
GB609 authored Sep 25, 2024
1 parent 5d44b80 commit 6a5d273
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ExtensionFramework/js/V3_Extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ var OPTIONS = {};
if(val.content.alwaysActive === true){
opt.click = optionLink.click;
}
opt.setAttribute('class', opt.getAttribute('class') + " navItem");
group.add(opt);
}
addition = group.init();
Expand Down

0 comments on commit 6a5d273

Please sign in to comment.