Skip to content

Commit

Permalink
Fix language filter on load
Browse files Browse the repository at this point in the history
Fixes #74
  • Loading branch information
bep committed Nov 16, 2021
1 parent da2a6c2 commit 7fd543c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/js/controllers/lang.js
Expand Up @@ -22,6 +22,7 @@ export function newLangController() {
},
initLangs: function(tabs) {
debug('initLangs', tabs);
this.changeLanguage(0);
tabs[0].active = true;
this.tabs = tabs;
}
Expand Down

0 comments on commit 7fd543c

Please sign in to comment.