www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit f96d5c1cacfcc7009c4369c094d1a29860ab2bb5
parent 0746824c0f0311f042b3779b73e931575602cb9b
Author: Dan Stillman <dstillman@zotero.org>
Date:   Fri,  6 Mar 2009 21:45:49 +0000

Addresses #1146, Check for duplicate items functionality

Actually load duplicate detection code


Diffstat:
Mcomponents/zotero-service.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/components/zotero-service.js b/components/zotero-service.js @@ -35,6 +35,7 @@ var xpcomFiles = [ 'data/tag', 'data/tags', 'db', + 'duplicate', 'enstyle', 'file', 'fulltext',