mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-03 15:26:07 +00:00
108592 - js error in filepicker. r=ben sr=hewitt
This commit is contained in:
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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user