Skip to content

Commit

Permalink
copage: tabs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alex40724 committed Nov 16, 2024
1 parent 9b59443 commit 08099ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ILIAS/COPage/PC/Tabs/js/presentation.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ const presentation = (function () {
const toggleActClass = tabContainer.dataset.copgTabsToggleActClass;
const contentClass = tabContainer.dataset.copgTabsContentClass;
const behaviour = tabContainer.dataset.copgTabsBehaviour;
const activeHeadClass = tabContainer.dataset.copgActiveHeadClass;
const activeHeadClass = tabContainer.dataset.copgTabsActiveHeadClass;

// register click handler (if not all opened is forced)
if (behaviour !== 'ForceAllOpen') {
Expand Down

0 comments on commit 08099ff

Please sign in to comment.