acl selector add and remove mentions when a forum is selected.

This commit is contained in:
Fabrixxm 2013-12-18 10:17:38 -05:00
parent 76604f62da
commit 9a94c35120
4 changed files with 50 additions and 12 deletions

View file

@ -89,7 +89,7 @@ ACPopup.prototype._search = function(){
});
}
ACPopup.prototype.add = function(label, value){
ACPopup.prototype.add = function(label, value){
var that=this;
var elm = $("<div class='acpopupitem' title='"+value+"'>"+label+"</div>");
elm.click(function(e){