mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 15:28:39 +09:00
Revert "[PALEMOON] Fix a warning: "unreachable code after return statement" in urlbarBindings.xml"
This commit is contained in:
parent
a254f6b30d
commit
c3c4cdb143
1 changed files with 1 additions and 2 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,7 +1947,6 @@
|
|||
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