aboutsummaryrefslogtreecommitdiffstats
path: root/openo-portal/portal-common/src/main/webapp/common/js/mainpage/load_mainPage.js
diff options
context:
space:
mode:
Diffstat (limited to 'openo-portal/portal-common/src/main/webapp/common/js/mainpage/load_mainPage.js')
-rw-r--r--openo-portal/portal-common/src/main/webapp/common/js/mainpage/load_mainPage.js7
1 files changed, 3 insertions, 4 deletions
diff --git a/openo-portal/portal-common/src/main/webapp/common/js/mainpage/load_mainPage.js b/openo-portal/portal-common/src/main/webapp/common/js/mainpage/load_mainPage.js
index 05704b56..a51d9ca9 100644
--- a/openo-portal/portal-common/src/main/webapp/common/js/mainpage/load_mainPage.js
+++ b/openo-portal/portal-common/src/main/webapp/common/js/mainpage/load_mainPage.js
@@ -16,8 +16,7 @@
var initMainPage = function() {
var modules;
var resConfig;
- var lang = getLanguage();
- var propertiesFileNamePrefix = "";
+ var propertiesFileName = "";
$.ajax({
async : false,
@@ -27,7 +26,7 @@ var initMainPage = function() {
"success" : function (res, textStatus, jqXHR) {
resConfig = res;
modules = res.modules;
- propertiesFileNamePrefix = res.propertiesFileNamePrefix;
+ propertiesFileName = res.propertiesFileNamePrefix;
},
error : function () {
}
@@ -92,6 +91,6 @@ var initMainPage = function() {
}
});
- loadPropertiesSideMenu(lang, propertiesFileNamePrefix, "i18n/" , "openo_main_page_i18n");
+ loadi18n_WebFramework(propertiesFileName, 'i18n/', 'openo_main_page_i18n');
});
} \ No newline at end of file