mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 16:58:38 +09:00
[PALEMOON] Fix a warning: "unreachable code after return statement" in urlbarBindings.xml
Issue #121
This commit is contained in:
parent
8bc4f6c65f
commit
a254f6b30d
1 changed files with 2 additions and 1 deletions
|
|
@ -1913,7 +1913,7 @@
|
|||
viewsLeft = 0;
|
||||
return;
|
||||
// XXX
|
||||
|
||||
/*
|
||||
if (Services.prefs.prefHasUserValue("services.sync.username") &&
|
||||
this._notificationType != "addons-sync-disabled") {
|
||||
// If the user has already setup Sync, don't show the notification.
|
||||
|
|
@ -1947,6 +1947,7 @@
|
|||
this._promomessage.firstChild.textContent = this._notificationMessage;
|
||||
this._promomessage.height = this._promomessage.getBoundingClientRect().height;
|
||||
}.bind(this), true);
|
||||
*/
|
||||
}
|
||||
]]></body>
|
||||
</method>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue