Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bep/docuapi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--assets/js/controllers/lang.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/js/controllers/lang.js b/assets/js/controllers/lang.js
index 02419e1..980eb3d 100644
--- a/assets/js/controllers/lang.js
+++ b/assets/js/controllers/lang.js
@@ -22,6 +22,7 @@ export function newLangController() {
},
initLangs: function(tabs) {
debug('initLangs', tabs);
+ this.changeLanguage(0);
tabs[0].active = true;
this.tabs = tabs;
}