国际化选项切换功能

This commit is contained in:
chiguangxu
2018-02-06 21:39:59 +08:00
parent 68b149bedb
commit 1793226f5f
2 changed files with 26 additions and 108 deletions

View File

@@ -45,7 +45,6 @@ var home = function () {
}
return {
init: function () {
decorator_init();
@@ -71,8 +70,5 @@ var home = function () {
jQuery(document).ready(function() {
home.init();
setIframeHeight($("#mainFrame"));
});