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

This commit is contained in:
Dan Stillman 2009-09-02 18:00:16 +00:00
parent 4f5feb98a2
commit 5420a6de4b

View file

@ -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
};