Restore Locate button on missing files (since 10/15)
This commit is contained in:
parent
8f742bc7ab
commit
d5e9ca11f3
1 changed files with 1 additions and 1 deletions
|
@ -3338,7 +3338,7 @@ var ZoteroPane = new function()
|
|||
function viewAttachment(itemIDs, event, noLocateOnMissing, forceExternalViewer) {
|
||||
// If view isn't editable, don't show Locate button, since the updated
|
||||
// path couldn't be sent back up
|
||||
if (!this.itemsView.editable) {
|
||||
if (!this.collectionsView.editable) {
|
||||
noLocateOnMissing = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue