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

This commit is contained in:
blakeross%telocity.com 2001-11-05 23:27:44 +00:00
parent 42dcacc507
commit 48d94d4708

@ -96,7 +96,7 @@ function filepickerLoad() {
// start out with a filename sort
handleColumnClick("FilenameColumn");
document.documentElement.setAttribute("ondialogcancel", "onCancel");
document.documentElement.setAttribute("ondialogcancel", "return onCancel();");
try {
var buttonLabel = getOKAction();
okButton.setAttribute("label", buttonLabel);