Changes between Initial Version and Version 1 of Ticket #12915, comment 2
- Timestamp:
- Oct 27, 2016, 3:37:59 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12915, comment 2
initial v1 11 11 { // Tickets 12 12 - match: /#(\d*)$/, 13 + match: /(?:#|\bticket:)(\d*)$/, ^M13 + match: /(?:#|\bticket:)(\d*)$/, 14 14 search: function (term, callback) { 15 15 $.getJSON(wikiautocomplete_url + '/ticket', { q: term })