Patch #35215 » patch1.diff
| public/javascripts/application.js | ||
|---|---|---|
| 1169 | 1169 |
}, |
| 1170 | 1170 |
menuItemTemplate: function (issue) {
|
| 1171 | 1171 |
return sanitizeHTML(issue.original.label); |
| 1172 |
}, |
|
| 1173 |
noMatchTemplate: function () {
|
|
| 1174 |
return '<span style:"visibility: hidden;"></span>'; |
|
| 1175 | 1172 |
} |
| 1176 | 1173 |
}, |
| 1177 | 1174 |
{
|
| ... | ... | |
| 1189 | 1186 |
}, |
| 1190 | 1187 |
menuItemTemplate: function (wikiPage) {
|
| 1191 | 1188 |
return sanitizeHTML(wikiPage.original.label); |
| 1192 |
}, |
|
| 1193 |
noMatchTemplate: function () {
|
|
| 1194 |
return '<span style:"visibility: hidden;"></span>'; |
|
| 1195 | 1189 |
} |
| 1196 | 1190 |
} |
| 1197 |
] |
|
| 1191 |
], |
|
| 1192 |
noMatchTemplate: "" |
|
| 1198 | 1193 |
}); |
| 1199 | 1194 | |
| 1200 | 1195 |
tribute.attach(element); |
- « Previous
- 1
- 2
- Next »