зеркало из https://github.com/mozilla/gecko-dev.git
Bug 227139 mIRC color codes causing JS exceptions in post-1.5 builds
r=samuel@sieb.net a=asa@mozilla.org
This commit is contained in:
Родитель
ec75c26dd4
Коммит
88af1fe97b
|
@ -639,7 +639,7 @@ function mircChangeColor (colorInfo, containerTag, data)
|
|||
}
|
||||
if (fgColor == 1)
|
||||
delete data.currFgColor;
|
||||
if (ary.length >= 4)
|
||||
if (arrayHasElementAt(ary, 4))
|
||||
{
|
||||
var bgColor = ary[3];
|
||||
if (bgColor > 16)
|
||||
|
|
Загрузка…
Ссылка в новой задаче