diff --git a/Makefile b/Makefile index 909d30ebf..ffa86cc26 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ BROWSERIFY = browserify -GLOBAL_FLAGS = -e +GLOBAL_FLAGS = -x jquery -e OUTPUT_DIR = . DEPLOY_DIR = libs @@ -21,3 +21,4 @@ clean: deploy: @mkdir -p $(DEPLOY_DIR) && cp $(OUTPUT_DIR)/*.bundle.js $(DEPLOY_DIR) + diff --git a/app.js b/app.js index 6afe0e642..a28b40420 100644 --- a/app.js +++ b/app.js @@ -13,6 +13,7 @@ var APP = this.desktopsharing = require("./modules/desktopsharing/desktopsharing"); this.xmpp = require("./modules/xmpp/xmpp"); this.keyboardshortcut = require("./modules/keyboardshortcut/keyboardshortcut"); + this.translation = require("./modules/translation/translation"); } }; @@ -34,6 +35,8 @@ $(document).ready(function () { APP.init(); + APP.translation.init(); + if(APP.API.isEnabled()) APP.API.init(); diff --git a/css/settingsmenu.css b/css/settingsmenu.css index 46d68f69e..fca0ac3ba 100644 --- a/css/settingsmenu.css +++ b/css/settingsmenu.css @@ -3,7 +3,7 @@ color: #00ccff; } -#settingsmenu input { +#settingsmenu input, select { margin-top: 10px; margin-left: 10%; width: 80%; @@ -43,3 +43,7 @@ #settingsmenu .icon-settings { padding: 34px; } + +#languages_selectbox{ + height: 40px; +} diff --git a/index.html b/index.html index 13f3e1fc7..65babb32c 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,7 @@ - + @@ -52,76 +52,66 @@ - powered by jitsi.org + jitsi.org