commit 7780560c1b0316428a2d45b1efb241a6f958ef65
parent bf0de6e02f5eab452d33c81484a8e078f159afe3
Author: Dan Stillman <dstillman@zotero.org>
Date: Mon, 12 Aug 2013 03:10:22 -0400
Move Zotero.Fulltext initialization
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js
@@ -568,8 +568,6 @@ Components.utils.import("resource://gre/modules/Services.jsm");
Zotero.DB.addCallback('commit', Zotero.Notifier.commit);
Zotero.DB.addCallback('rollback', Zotero.Notifier.reset);
- Zotero.Fulltext.init();
-
return Q.fcall(function () {
// Require >=2.1b3 database to ensure proper locking
if (!Zotero.isStandalone) {
@@ -643,6 +641,8 @@ Components.utils.import("resource://gre/modules/Services.jsm");
Zotero.Server.init();
}
+ Zotero.Fulltext.init();
+
Zotero.Notifier.registerObserver(Zotero.Tags, 'setting');
Zotero.Sync.init();