aboutsummaryrefslogtreecommitdiffstats
path: root/openo-portal/portal-common/src/main/webapp/common/login.html
diff options
context:
space:
mode:
Diffstat (limited to 'openo-portal/portal-common/src/main/webapp/common/login.html')
-rw-r--r--openo-portal/portal-common/src/main/webapp/common/login.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/openo-portal/portal-common/src/main/webapp/common/login.html b/openo-portal/portal-common/src/main/webapp/common/login.html
index 59aaa89f..145bf3b4 100644
--- a/openo-portal/portal-common/src/main/webapp/common/login.html
+++ b/openo-portal/portal-common/src/main/webapp/common/login.html
@@ -46,7 +46,7 @@
<script src="./common/js/security/aes.js" type="text/javascript"></script>
<script src="./common/js/security/framework-util.js" type="text/javascript"></script>
<script src="./common/js/login.js" type="text/javascript"></script>
- <script src="./common/js/international/loadi18n-login.js" type="text/javascript"></script>
+ <script src="./common/js/international/loadi18n.js" type="text/javascript"></script>
<script>
if(top != window){
top.location.href = location.href;
@@ -107,8 +107,7 @@
</div>
<script>
jQuery(document).ready(function() {
- var lang = getLanguage();
- loadi18n_login(lang);
+ loadi18n_WebFramework('web-framework-login-i18n', './common/i18n/', 'openo_login_i18n_login');
$("#openo_login_logo_white").css('display','inline');
Login.init();
if(store("openo_input_userName")){