Skip to content

Commit

Permalink
Merge pull request #233 from AA-Turner/switchers/keep-classes
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Oct 30, 2024
2 parents 49641c1 + 91d0994 commit 5e1eac3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions templates/switchers.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ const _initialise_switchers = () => {
const s = _create_version_select(versions);
s.addEventListener('change', _on_version_switch);
placeholder.append(s);
placeholder.classList.remove('version_switcher_placeholder');
});

document
Expand All @@ -184,7 +183,6 @@ const _initialise_switchers = () => {
const s = _create_language_select(languages);
s.addEventListener('change', _on_language_switch);
placeholder.append(s);
placeholder.classList.remove('language_switcher_placeholder');
});
};

Expand Down

0 comments on commit 5e1eac3

Please sign in to comment.