修改BUG:前台页面页脚无文字
This commit is contained in:
parent
f713a8ae1e
commit
3ac85aa550
|
@ -208,4 +208,5 @@ $(function () {
|
|||
return this.optional(element) || /^(25[0-5]|2[0-4][0-9]|[0-1]{1}[0-9]{2}|[1-9]{1}[0-9]{1}|[1-9])\.(25[0-5]|2[0-4][0-9]|[0-1]{1}[0-9]{2}|[1-9]{1}[0-9]{1}|[1-9]|0)\.(25[0-5]|2[0-4][0-9]|[0-1]{1}[0-9]{2}|[1-9]{1}[0-9]{1}|[1-9]|0)\.(25[0-5]|2[0-4][0-9]|[0-1]{1}[0-9]{2}|[1-9]{1}[0-9]{1}|[0-9])$/.test(value);
|
||||
}, "请填写正确的IP地址");
|
||||
}
|
||||
$('#websiteFooter').text($('#footer').val());
|
||||
});
|
|
@ -17,8 +17,6 @@
|
|||
}, 200);
|
||||
});
|
||||
|
||||
$('#websiteFooter').text($('#footer').val());
|
||||
|
||||
// breadcrumb
|
||||
var arch = $('#nav-accordion').find('a.active').last();
|
||||
$breadNav.text(arch.text());
|
||||
|
|
Loading…
Reference in New Issue