Changes between Initial Version and Version 1 of Ticket #12915, comment 2


Ignore:
Timestamp:
Oct 27, 2016, 3:37:59 AM (9 years ago)
Author:
Jun Omae
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12915, comment 2

    initial v1  
    1111         { // Tickets
    1212-            match: /#(\d*)$/,
    13 +            match: /(?:#|\bticket:)(\d*)$/,^M
     13+            match: /(?:#|\bticket:)(\d*)$/,
    1414             search: function (term, callback) {
    1515                 $.getJSON(wikiautocomplete_url + '/ticket', { q: term })