forked from GNUsocial/gnu-social
Added XHR for form_entity_flag
This commit is contained in:
@@ -140,4 +140,12 @@ class UserFlagPlugin extends Plugin
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
function onEndShowScripts($action)
|
||||
{
|
||||
$action->elementStart('script', array('type' => 'text/javascript'));
|
||||
$action->raw('/*<![CDATA[*/ SN.U.FormXHR($(".form_entity_flag")); /*]]>*/');
|
||||
$action->elementEnd('script');
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user