1、服务重启后登录后首页框架加载错误的修正;2、国际化配置文件增加参数

This commit is contained in:
zhangwei
2018-05-21 16:29:16 +08:00
parent cd9b60d0e0
commit 46f43c6f5d
4 changed files with 89 additions and 9 deletions

View File

@@ -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>