mirror of
https://github.com/friendica/friendica
synced 2025-04-27 15:50:12 +00:00
fix /display bug; oembed audio bug; other tweaks
This commit is contained in:
parent
b522ffeea5
commit
885bb50f0d
15 changed files with 45 additions and 3681 deletions
|
@ -78,6 +78,13 @@ $j(document).ready(function() {
|
|||
return false;
|
||||
});*/
|
||||
|
||||
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/',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue