N°5976 - Add modal creation for linksets displayed with tagset-like widget (#469)

This commit is contained in:
Stephen Abello
2023-03-31 10:32:07 +02:00
committed by GitHub
parent a80506b8e8
commit 2758aaaa89
15 changed files with 253 additions and 111 deletions

View File

@@ -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>'
);
},
},