зеркало из https://github.com/mozilla/pjs.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:
Родитель
e34ec2c44b
Коммит
6a29d628f8
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче