diff --git a/public/themes/simpleboot3/friendship/friend_list.html b/public/themes/simpleboot3/friendship/friend_list.html index f659e47..1800d5b 100644 --- a/public/themes/simpleboot3/friendship/friend_list.html +++ b/public/themes/simpleboot3/friendship/friend_list.html @@ -388,6 +388,7 @@ var arr=[]; console.log($(this).val()); arr.push($(this).val()); + console.log(arr) var next = this.index + 1; if(next > txts.length - 1) return; txts[next].removeAttribute("readonly");