commit 66549f9e6db495ecfc3794e5420274eec1339a87
parent cf2318ec5a185858f9479e04beda595170569776
Author: Dan Stillman <dstillman@zotero.org>
Date: Wed, 11 Jan 2017 06:23:58 -0500
Fix opening preferences (broken in cbcfb6b92)
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/chrome/content/zotero/standalone/hiddenWindow.xul b/chrome/content/zotero/standalone/hiddenWindow.xul
@@ -38,6 +38,7 @@
<window id="main-window" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script type="application/javascript" src="chrome://global/content/globalOverlay.js"/>
+ <script type="application/javascript" src="chrome://zotero/content/include.js"/>
<commandset id="mainCommandSet">
<!--FILE-->
<command id="cmd_quitApplication" oncommand="goQuitApplication();"/>