diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-09-07 02:41:04 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-09-07 02:41:04 +0200 |
commit | d31ab5ff448c6070e04d8913ebeeacfd295c680c (patch) | |
tree | 56d56b0a5f30a1faad19f47ae936445b625f0f34 /application/palemoon/components/preferences/preferences.xul | |
parent | 871530bfe347486cc04653d722040675e8a6f53a (diff) | |
parent | 6c4be625921e2974ea230817f882f1a36f55b688 (diff) | |
download | UXP-d31ab5ff448c6070e04d8913ebeeacfd295c680c.tar UXP-d31ab5ff448c6070e04d8913ebeeacfd295c680c.tar.gz UXP-d31ab5ff448c6070e04d8913ebeeacfd295c680c.tar.lz UXP-d31ab5ff448c6070e04d8913ebeeacfd295c680c.tar.xz UXP-d31ab5ff448c6070e04d8913ebeeacfd295c680c.zip |
Merge branch 'master' of https://github.com/MoonchildProductions/UXP
Diffstat (limited to 'application/palemoon/components/preferences/preferences.xul')
-rw-r--r-- | application/palemoon/components/preferences/preferences.xul | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/application/palemoon/components/preferences/preferences.xul b/application/palemoon/components/preferences/preferences.xul index 2f00b960a..a1d9c8cf7 100644 --- a/application/palemoon/components/preferences/preferences.xul +++ b/application/palemoon/components/preferences/preferences.xul @@ -56,10 +56,10 @@ #endif #endif onunload="if (typeof gSecurityPane != 'undefined') gSecurityPane.syncAddonSecurityLevel();" - ondialogaccept="if (typeof gTabsPane != 'undefined') gTabsPane.writeNewtabUrl(); - return true;"> + ondialogaccept="gNewtabUrl.writeNewtabUrl();"> <script type="application/javascript" src="chrome://browser/content/utilityOverlay.js"/> + <script type="application/javascript" src="chrome://browser/content/preferences/newtaburl.js"/> <stringbundle id="bundleBrand" src="chrome://branding/locale/brand.properties"/> <stringbundle id="bundlePreferences" |