This commit is contained in:
blakeross%telocity.com 2002-04-05 07:03:30 +00:00
Родитель 623b3c5893
Коммит 2c3cb46727
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1817,7 +1817,7 @@ function toDownloadManager()
function toJavaScriptConsole()
{
openDialog("chrome://global/content/history/console.xul", "JSConsole",
openDialog("chrome://global/content/console.xul", "JSConsole",
"chrome,all,dialog=no" );
}