Fix add links.
This commit is contained in:
@@ -99,6 +99,7 @@ mindplot.IconGroup = new Class({
|
||||
|
||||
removeIconByUrl : function(url) {
|
||||
var icon = this._findIconFromUrl(url);
|
||||
$assert(icon,'icon could not be found');
|
||||
this._removeIcon(icon);
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user