X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Fcontacts-template.tpl;h=46ba629ff522420944457847229ffb151e68068a;hb=03d38d9e354b4dbd124cc69ecfa5c3773d33d962;hp=9253b862aab9809411ecf2257bb109411d318d69;hpb=5262843e63ae734c2df3ae54491cb816afe20cc0;p=friendica.git diff --git a/view/templates/contacts-template.tpl b/view/templates/contacts-template.tpl index 9253b862aa..46ba629ff5 100644 --- a/view/templates/contacts-template.tpl +++ b/view/templates/contacts-template.tpl @@ -15,7 +15,8 @@ {{$tabs nofilter}}
- + + {{foreach $contacts as $contact}} {{include file="contact_template.tpl"}} {{/foreach}} @@ -37,20 +38,6 @@ return false; } }); - - // add javascript confirm dialog to "drop" links. Plain html url have "?confirm=1" to show confirmation form, we need to remove it - $(".drop").each(function() { - $(this).attr('href', $(this).attr('href').replace("confirm=1","") ); - $(this).click(function(e){ - if (confirm("{{$contact_drop_confirm}}")) { - return true; - } else { - e.preventDefault(); - return false; - } - }); - - }); });