fix /display bug; oembed audio bug; other tweaks

This commit is contained in:
Zach Prezkuta 2012-07-31 18:53:18 -06:00
parent b522ffeea5
commit 885bb50f0d
15 changed files with 45 additions and 3681 deletions

View file

@ -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/',