]> git.mxchange.org Git - friendica.git/commitdiff
remove auto-complete from darkzero-NS, dispys, since the comment one is now global
authorSimon L'nu <simon.lnu@gmail.com>
Sat, 17 Mar 2012 01:23:24 +0000 (21:23 -0400)
committerSimon L'nu <simon.lnu@gmail.com>
Sat, 17 Mar 2012 01:23:24 +0000 (21:23 -0400)
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
view/theme/darkzero-NS/theme.php
view/theme/dispy/theme.php

index 3598e34f27e4a97ea52661753e42c56ba2bf6326..2d3e4fd56e266219c637a50296adf730a90dc6e0 100755 (executable)
@@ -52,9 +52,6 @@ $('.savedsearchterm').hover(
                $('#drop-' + id).removeClass('icon');$('#drop-' + id).removeClass('drophide'); $('#drop-' + id).addClass('iconspacer');}
        );
 
-       // make auto-complete work in more places
-       $(".wall-item-comment-wrapper textarea").contact_autocomplete(baseurl+"/acl");
-
 });
 
 
index 9f0fcba828f1e757c7cfc3e29c70ab42e478bd3d..26e07b1f76b81692fb222c42c176ed20316628a4 100644 (file)
@@ -108,9 +108,6 @@ $(document).ready(function() {
                $(this).css({color: '#eec'});
        });
 
-       // make auto-complete work in more places
-       $(".wall-item-comment-wrapper textarea").contact_autocomplete(baseurl+"/acl");
-
 /*     $('#profile-photo-wrapper').mouseover(function() {
                $('.profile-edit-side-div').css({display: 'block'});
        }).mouseout(function() {