Fix right-click -> Merge Items...
This commit is contained in:
parent
0d0aee559b
commit
832a6f3eff
1 changed files with 1 additions and 1 deletions
|
@ -2385,7 +2385,7 @@ var ZoteroPane = new function()
|
|||
return;
|
||||
}
|
||||
|
||||
document.getElementById('zotero-item-pane-content').selectedIndex = 4;
|
||||
document.getElementById('zotero-item-pane-content').selectedIndex = 3;
|
||||
|
||||
if (typeof Zotero_Duplicates_Pane == 'undefined') {
|
||||
Zotero.debug("Loading duplicatesMerge.js");
|
||||
|
|
Loading…
Reference in a new issue