diff --git a/resources/views/index.ejs b/resources/views/index.ejs index 45054b83c402a1fcee9bdc7b6de788ba69fabc00..bf9e7b0f07b0eb9c14d9c8de24bef49465ad8a8e 100644 --- a/resources/views/index.ejs +++ b/resources/views/index.ejs @@ -1,7 +1,6 @@ -<!-- This Source Code Form is subject to the terms of the Mozilla Public + <!-- This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> - <div id="content" style="display:none" class="display_auth"> <div id="newuser"> New to BrowserID? <a href="/about">Learn more</a> diff --git a/resources/views/layout.ejs b/resources/views/layout.ejs index 50f3b68900d9f29d46e9ed2a49a9d63caaeaeabf..105b33f288efed111e6b8c41ddcb307e97bf0bad 100644 --- a/resources/views/layout.ejs +++ b/resources/views/layout.ejs @@ -23,6 +23,8 @@ <script src="/lib/jquery-1.7.1.min.js"></script> <script src="/lib/underscore-min.js"></script> <script src="/lib/ejs.js"></script> + <script src="/i18n/en_US/client.json"></script> + <script src="/shared/gettext.js"></script> <script src="/shared/javascript-extensions.js"></script> <script src="/shared/browserid.js"></script> <script src="/lib/dom-jquery.js"></script>