www

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

commit 04b0d26b977a35d042101764a04adbe560cc66ec
parent 01813f57cf640fe86cab4653d53245ef697c8405
Author: Dan Stillman <dstillman@zotero.org>
Date:   Wed, 25 Apr 2012 04:36:46 -0400

Fix auto-import of application/x-inst-for-scientific-info

Diffstat:
Mchrome/content/zotero/xpcom/mimeTypeHandler.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/mimeTypeHandler.js b/chrome/content/zotero/xpcom/mimeTypeHandler.js @@ -58,7 +58,7 @@ Zotero.MIMETypeHandler = new function () { this.addHandler("application/x-endnote-refer", _importHandler, true); this.addHandler("application/x-research-info-systems", _importHandler, true); // Add ISI - this.addHandler("application/x-inst-for-Scientific-info", _importHandler, true); + this.addHandler("application/x-inst-for-scientific-info", _importHandler, true); // // And some non-standard ones //