1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-03-10 19:23:06 +00:00

Merged r21377 from trunk to 4.2-stable (#35215).

git-svn-id: http://svn.redmine.org/redmine/branches/4.2-stable@21378 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Marius Balteanu 2022-01-22 08:27:31 +00:00
parent 560b069f9c
commit 00c0e38499

View File

@ -1169,9 +1169,6 @@ function inlineAutoComplete(element) {
},
menuItemTemplate: function (issue) {
return sanitizeHTML(issue.original.label);
},
noMatchTemplate: function () {
return '<span style:"visibility: hidden;"></span>';
}
},
{
@ -1189,12 +1186,10 @@ function inlineAutoComplete(element) {
},
menuItemTemplate: function (wikiPage) {
return sanitizeHTML(wikiPage.original.label);
},
noMatchTemplate: function () {
return '<span style:"visibility: hidden;"></span>';
}
}
]
],
noMatchTemplate: ""
});
tribute.attach(element);