Skip to content

Commit

Permalink
class kann erst nach erzeugen gesetzt werden
Browse files Browse the repository at this point in the history
  • Loading branch information
GB609 authored Sep 25, 2024
1 parent 3a08d18 commit 87a3441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ExtensionFramework/js/V3_Extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ var OPTIONS = {};
if(val.content.alwaysActive === true){
opt.click = optionLink.click;
}
opt.setAttribute('class', opt.getAttribute('class') + " navItem");
group.add(opt);
opt.setAttribute('class', opt.getAttribute('class') + " navItem");
}
addition = group.init();
}
Expand Down

0 comments on commit 87a3441

Please sign in to comment.