1、服务重启后登录后首页框架加载错误的修正;2、国际化配置文件增加参数
This commit is contained in:
@@ -28,9 +28,6 @@
|
||||
$("#lang_text").html($obj.html());
|
||||
$obj.parent("li").addClass("hide");
|
||||
|
||||
|
||||
|
||||
|
||||
// === Search input typeahead === //
|
||||
$('#searchText').typeahead({
|
||||
source: function(query,process) {
|
||||
@@ -371,7 +368,7 @@ window.onresize=function(){
|
||||
</div>
|
||||
|
||||
|
||||
<iframe id="mainFrame" name="mainFrame" width="100%" onload="changeFrameHeight()" src="${pageContext.request.contextPath }/nis/index" frameborder="0" srcolling="no">
|
||||
<iframe id="mainFrame" name="mainFrame" width="100%" onload="changeFrameHeight()" frameborder="0" srcolling="no">
|
||||
浏览器不支持嵌入式框架或配置为不显示嵌入式框架。
|
||||
</iframe>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user