解决开启验证IP的情况下管理员不能登录后台的问题和其他已知问题

This commit is contained in:
小胡
2024-07-24 23:06:07 +08:00
Unverified
parent e89120b828
commit 792fa38c3e
28 changed files with 77 additions and 73 deletions

View File

@@ -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');