tasks|irc launches chatzilla, not html page, r=mccafe

This commit is contained in:
rginda%netscape.com 2000-01-15 03:18:42 +00:00
Родитель 532cba7b20
Коммит 263b0d0a58
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -25,7 +25,7 @@ function toNewsgroups()
function toIRC()
{
window.open ("resource:///irc/tests/index.html");
window.open ("resource:///irc/tests/test3.xul", "test3", "resizable=1");
}