Add .opml to list of text file types to launch externally
This commit is contained in:
parent
4f5feb98a2
commit
5420a6de4b
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue