ui.reportabuse Client Message
Client-side message raised and consumed by the jQuery.evolutionModerate plugin, allowing multiple instances of the plugin to stay in synchronization. The message is raised when the user reports a piece of content as abusive. Other scripts can also handle this event.
Usage
$.telligent.evolution.messaging.subscribe('ui.reportabuse', function(data) {
// handle the event
});
Data
contentId
: content id (string)contentTypeId
: content type id (string)