зеркало из https://github.com/mozilla/gecko-dev.git
Bug 237473 ChatZilla should support aliases for bugs
patch by gijskruitbosch+bugs@gmail.com r=ssieb
This commit is contained in:
Родитель
21df52f8d9
Коммит
f4ab522d15
|
@ -861,7 +861,7 @@ function insertChannelLink (matchText, containerTag, eventData)
|
|||
|
||||
function insertBugzillaLink (matchText, containerTag, eventData)
|
||||
{
|
||||
var idOrAlias = matchText.match(/bug\s+#?(\d{3,6}|[^\s,]{1,20})/)[1];
|
||||
var idOrAlias = matchText.match(/bug\s+#?(\d{3,6}|[^\s,]{1,20})/i)[1];
|
||||
|
||||
var anchor = document.createElementNS ("http://www.w3.org/1999/xhtml",
|
||||
"html:a");
|
||||
|
|
Загрузка…
Ссылка в новой задаче