mirror of
https://github.com/friendica/friendica
synced 2025-04-25 19:10:11 +00:00
acl selector add and remove mentions when a forum is selected.
This commit is contained in:
parent
76604f62da
commit
9a94c35120
4 changed files with 50 additions and 12 deletions
|
@ -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){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue