зеркало из https://github.com/mozilla/pjs.git
Bug 237473 ChatZilla should support aliases for bugs
patch by gijskruitbosch+bugs@gmail.com r=ssieb
This commit is contained in:
Родитель
e4405be5ba
Коммит
b2304d2ab2
|
@ -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");
|
||||
|
|
Загрузка…
Ссылка в новой задаче