108592 - js error in filepicker. r=ben sr=hewitt

This commit is contained in:
blakeross%telocity.com 2001-11-05 23:07:20 +00:00
Родитель 452f1525a4
Коммит 23aecff7cf
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -320,7 +320,7 @@ function openSelectedFile() {
if (file.isDirectory())
gotoDirectory(file);
else if (file.isFile())
doOKButton();
document.documentElement.acceptDialog();
}
function onClick(e) {