summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNew Tobin Paradigm <email@mattatobin.com>2018-04-16 11:25:04 -0400
committerGitHub <noreply@github.com>2018-04-16 11:25:04 -0400
commite9cabcecc2635c740466fdc6db01be6643513574 (patch)
tree93928fe74e3da26e678c9d60af1885287836a80f
parent00c726eaa132ebb24f82c0b6ec63e6d5d812d939 (diff)
parent0763852cb706eb78d9a48583bf1bdc588e3c0bc8 (diff)
downloadUXP-e9cabcecc2635c740466fdc6db01be6643513574.tar
UXP-e9cabcecc2635c740466fdc6db01be6643513574.tar.gz
UXP-e9cabcecc2635c740466fdc6db01be6643513574.tar.lz
UXP-e9cabcecc2635c740466fdc6db01be6643513574.tar.xz
UXP-e9cabcecc2635c740466fdc6db01be6643513574.zip
Merge pull request #193 from MoonchildProductions/revert-176-pm_unreachable-code-after-return-statement_1
Revert "[PALEMOON] Fix a warning: "unreachable code after return statement" in urlbarBindings.xml"
-rw-r--r--application/palemoon/base/content/urlbarBindings.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/application/palemoon/base/content/urlbarBindings.xml b/application/palemoon/base/content/urlbarBindings.xml
index ce7de3665..c99819f0d 100644
--- a/application/palemoon/base/content/urlbarBindings.xml
+++ b/application/palemoon/base/content/urlbarBindings.xml
@@ -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>