Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Latest commit

 

History

History

removeignore

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Remove ignore plugin

This plugin will remove the option to ignore another user

Usage

Include the JavaScript file:

<script type="text/javascript" src="path_to_plugins/removeignore/candy.js"></script>

Call its init() method after Candy has been initialized:

Candy.init('/http-bind/');

CandyShop.RemoveIgnore.init();

Candy.Core.connect();