mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 718257 - Syntax error breaks add-on install restart doorhanger [r=mbrubeck]
This commit is contained in:
parent
5c0e7c5ddb
commit
7197ddb1ce
@ -2846,7 +2846,7 @@ var XPInstallObserver = {
|
|||||||
needsRestart = true;
|
needsRestart = true;
|
||||||
|
|
||||||
if (needsRestart) {
|
if (needsRestart) {
|
||||||
buttons = [{
|
let buttons = [{
|
||||||
label: Strings.browser.GetStringFromName("notificationRestart.button"),
|
label: Strings.browser.GetStringFromName("notificationRestart.button"),
|
||||||
callback: function() {
|
callback: function() {
|
||||||
// Notify all windows that an application quit has been requested
|
// Notify all windows that an application quit has been requested
|
||||||
|
Loading…
Reference in New Issue
Block a user