From e233b28e00bd6d68990da99fa0b1aa041479c5fc Mon Sep 17 00:00:00 2001 From: lihan <3398341942@qq.com> Date: Thu, 8 Nov 2018 14:31:31 +0800 Subject: [PATCH] 赠送积分和角色管理 --- public/themes/simpleboot3/friendship/friend_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/themes/simpleboot3/friendship/friend_list.html b/public/themes/simpleboot3/friendship/friend_list.html index f302014..9184b24 100644 --- a/public/themes/simpleboot3/friendship/friend_list.html +++ b/public/themes/simpleboot3/friendship/friend_list.html @@ -378,7 +378,7 @@ t.setAttribute("readonly", true); } t.onkeyup=function(){ - arr=[]; + var regular = /\s+/g; if(regular.test(this.value)){ $(this).focus(); -- libgit2 0.24.0