diff options
author | JustOff <Off.Just.Off@gmail.com> | 2019-03-26 01:28:36 +0200 |
---|---|---|
committer | JustOff <Off.Just.Off@gmail.com> | 2019-03-26 01:28:36 +0200 |
commit | d72bcc92f52ce476184003a78b36ee40d2c1c875 (patch) | |
tree | 9175f4663414be020075b0a4361476890aeb8070 /application/palemoon/components | |
parent | a15e49e4269f34afaa1f37092332e134d9b9b711 (diff) | |
download | UXP-d72bcc92f52ce476184003a78b36ee40d2c1c875.tar UXP-d72bcc92f52ce476184003a78b36ee40d2c1c875.tar.gz UXP-d72bcc92f52ce476184003a78b36ee40d2c1c875.tar.lz UXP-d72bcc92f52ce476184003a78b36ee40d2c1c875.tar.xz UXP-d72bcc92f52ce476184003a78b36ee40d2c1c875.zip |
Revert "Only write the newtab URL if the machinery for it had previously been"
This reverts commit eb77e289bbe056b58051db0fa868e95da803aa0a.
Diffstat (limited to 'application/palemoon/components')
-rw-r--r-- | application/palemoon/components/preferences/preferences.xul | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/palemoon/components/preferences/preferences.xul b/application/palemoon/components/preferences/preferences.xul index 2b7fd9ded..a1d9c8cf7 100644 --- a/application/palemoon/components/preferences/preferences.xul +++ b/application/palemoon/components/preferences/preferences.xul @@ -56,7 +56,7 @@ #endif #endif onunload="if (typeof gSecurityPane != 'undefined') gSecurityPane.syncAddonSecurityLevel();" - ondialogaccept="if (typeof gTabsPane != 'undefined') gNewtabUrl.writeNewtabUrl();"> + ondialogaccept="gNewtabUrl.writeNewtabUrl();"> <script type="application/javascript" src="chrome://browser/content/utilityOverlay.js"/> <script type="application/javascript" src="chrome://browser/content/preferences/newtaburl.js"/> |