mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 981345 - Fix HelperApp callback regression. r=wesj
This commit is contained in:
parent
4cf0d9ad0e
commit
af3bdbb80f
@ -7953,7 +7953,7 @@ var ExternalApps = {
|
||||
Strings.browser.GetStringFromName("openInApp.ok"),
|
||||
Strings.browser.GetStringFromName("openInApp.cancel")
|
||||
]
|
||||
}, function(result) {
|
||||
}, (result) => {
|
||||
if (result.button != 0) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user