diff --git a/public/themes/simpleboot3/friendship/friend_list.html b/public/themes/simpleboot3/friendship/friend_list.html
index f971338..fa022fd 100644
--- a/public/themes/simpleboot3/friendship/friend_list.html
+++ b/public/themes/simpleboot3/friendship/friend_list.html
@@ -412,7 +412,7 @@
                         success: function (data) {
                             alert(data.msg);
                             if(data.status === true) {
-                                $(".sendwrapper").css("display","none");
+                                $(".sendwrapper").hide();
                                 $(".passwordpop").hide();
                                 alert(data.msg);
                             }else {