]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost-mobile/js/theme.js
allow themes to change the size of embedded videos
[friendica.git] / view / theme / frost-mobile / js / theme.js
index 83a0f172bc9e9ee9d687a6d0388f2339b08442a6..6cbeb2a32cb8b86889f3e30c6bb3a32ee77cef9c 100644 (file)
@@ -93,6 +93,13 @@ $j(document).ready(function() {
                        $j('#drop-' + id).removeClass('icon');$j('#drop-' + id).removeClass('drophide'); $j('#drop-' + id).addClass('iconspacer');}
        );*/
 
+       if(window.autoCompleteType == "display-head") {
+               //$j(".comment-edit-wrapper textarea").contact_autocomplete(baseurl+"/acl");
+               // make auto-complete work in more places
+               //$j(".wall-item-comment-wrapper textarea").contact_autocomplete(baseurl+"/acl");
+               $j(".comment-wwedit-wrapper textarea").contact_autocomplete(baseurl+"/acl");
+       }
+
        if(window.aclType == "event_head") {
                $j('#events-calendar').fullCalendar({
                        events: baseurl + '/events/json/',