Fix bug displaying "Rename associated file" dialog (on trunk and branch)
This commit is contained in:
parent
4da36c4f19
commit
4da7a006c3
1 changed files with 1 additions and 1 deletions
|
@ -866,7 +866,7 @@ var ZoteroPane = new function()
|
|||
while (true) {
|
||||
// Don't show "Rename associated file" option for
|
||||
// linked URLs
|
||||
if (linkMode = item.ref.getAttachmentLinkMode() ==
|
||||
if (item.ref.getAttachmentLinkMode() ==
|
||||
Zotero.Attachments.LINK_MODE_LINKED_URL) {
|
||||
var result = nsIPS.prompt(
|
||||
window,
|
||||
|
|
Loading…
Reference in a new issue