Revert "Only write the newtab URL if the machinery for it had previously been"

This reverts commit eb77e289bbe056b58051db0fa868e95da803aa0a.
This commit is contained in:
JustOff 2019-03-26 01:28:36 +02:00 committed by Roy Tam
commit 97a08efe32

View file

@ -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"/>