www

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

commit 5420a6de4b8a4a5997f259601dc5dc8f78344b45
parent 4f5feb98a2f51233ab7b7f74109c6ff83b2d00fd
Author: Dan Stillman <dstillman@zotero.org>
Date:   Wed,  2 Sep 2009 18:00:16 +0000

Add .opml to list of text file types to launch externally


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

diff --git a/chrome/content/zotero/xpcom/mime.js b/chrome/content/zotero/xpcom/mime.js @@ -78,7 +78,8 @@ Zotero.MIME = new function(){ // Extensions of text files (generally XML) to force to be external var _externalTextExtensions = { graffle: true, - mm: true + mm: true, + opml: true };