From 1140ec0b84428675fdf041348e2e1a5a34396bf0 Mon Sep 17 00:00:00 2001
From: lihongjuan <lhj@bronet.cn>
Date: Thu, 8 Nov 2018 10:25:35 +0800
Subject: [PATCH] 修改

---
 public/themes/simpleboot3/friendship/friend_list.html | 6 ------
 1 file changed, 0 insertions(+), 6 deletions(-)

diff --git a/public/themes/simpleboot3/friendship/friend_list.html b/public/themes/simpleboot3/friendship/friend_list.html
index 0839344..e5d88d2 100644
--- a/public/themes/simpleboot3/friendship/friend_list.html
+++ b/public/themes/simpleboot3/friendship/friend_list.html
@@ -319,7 +319,6 @@
 <script>
     $(".inter_img").click(function(){
         $(".sendwrapper").css("display","block");
-
     })
     $(".sendwrapper").click(function(){
         $(this).css("display","none")
@@ -329,7 +328,6 @@
         window.event.stopPropagation()
         $(".sendwrapper").css("display","none");
         $(".passwordwrap").css("display","block")
-
     })
     $(".icon-quxiao").click(function(){
         window.event.stopPropagation()
@@ -380,16 +378,12 @@
                 }else{
                     console.log($(this).val());
                     arr.push($(this).val());
-
-
-
                     var next = this.index + 1;
                     if(next > txts.length - 1) return;
                     txts[next].removeAttribute("readonly");
                     txts[next].focus();
                 }
             }
-
             if(t.index==5){
                 t.onkeyup=function(){
                     arr.push($(this).val())
--
libgit2 0.24.0