fx-compat: Fix error viewing items
`Components.classes["@mozilla.org/network/standard-url;1"]` no longer exists
This commit is contained in:
parent
31677dd296
commit
9222b939ab
1 changed files with 0 additions and 2 deletions
|
@ -4197,8 +4197,6 @@ var ZoteroPane = new function()
|
|||
let item = items[i];
|
||||
if (item.isRegularItem()) {
|
||||
// Prefer local file attachments
|
||||
var uri = Components.classes["@mozilla.org/network/standard-url;1"]
|
||||
.createInstance(Components.interfaces.nsIURI);
|
||||
let attachment = yield item.getBestAttachment();
|
||||
if (attachment) {
|
||||
yield this.viewAttachment(attachment.id, event);
|
||||
|
|
Loading…
Reference in a new issue