mirror of
https://github.com/DzzXH/DzzOffice.git
synced 2026-01-15 13:15:19 +08:00
解决开启验证IP的情况下管理员不能登录后台的问题和其他已知问题
This commit is contained in:
@@ -148,7 +148,7 @@
|
||||
<script type="text/javascript">
|
||||
jQuery(document).ready(function(){
|
||||
jQuery('select').lyearSelect();
|
||||
jQuery('textarea').TextAreaExpander(30,999);
|
||||
jQuery('textarea').TextAreaExpander(37,999);
|
||||
})
|
||||
jQuery(document).on('blur','.has-error .form-control',function(){
|
||||
if(this.value) jQuery(this).closest('.form-group').removeClass('has-error');
|
||||
|
||||
Reference in New Issue
Block a user