XMPP invitation landing page, without javascript
Use strict mode
| -rw-r--r-- | scripts/main.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/main.js b/scripts/main.js index c6b831f..e47bf88 100644 --- a/scripts/main.js +++ b/scripts/main.js @@ -1,4 +1,6 @@ (function() { + 'use strict'; + // load i18n and perform translation var i18n = new I18nText({path: 'lang'}); i18n.once(I18nText.EVT_LOCALE_CHANGE, function (data) { |