This commit is contained in:
blakeross%telocity.com 2002-08-10 05:23:37 +00:00
Родитель f54508dcc6
Коммит 583b08cf6a
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1356,7 +1356,7 @@ function toHistory()
}
gDisableHistory = true;
window.open( "chrome://communicator/content/history/history.xul", "_blank",
window.open( "chrome://browser/content/history/history.xul", "_blank",
"chrome,extrachrome,menubar,resizable,scrollbars,status,toolbar" );
setTimeout(enableHistory, 2000);
}