mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
N°5976 - Add modal creation for linksets displayed with tagset-like widget (#469)
This commit is contained in:
@@ -28,7 +28,7 @@ Selectize.define("combodo_add_button", function (aOptions) {
|
||||
label: "+",
|
||||
html: function () {
|
||||
return (
|
||||
'<a class="' + this.className + ' fas fa-plus" title="' + this.title + '"></a>'
|
||||
'<a class="' + this.className + '"><i class="fas fa-plus" title="' + this.title + '"/></a>'
|
||||
);
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user