fix code mistakenly removed in r7384
This commit is contained in:
parent
17466694bb
commit
070c8eb7a5
1 changed files with 6 additions and 2 deletions
|
@ -105,9 +105,8 @@ var ZoteroPane = new function()
|
|||
if(Zotero.isStandalone) {
|
||||
_loaded = true;
|
||||
this.toggleDisplay();
|
||||
} else {
|
||||
return;
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
if (Zotero.locked) {
|
||||
|
@ -220,6 +219,11 @@ var ZoteroPane = new function()
|
|||
if (Zotero.Prefs.get('debugShowDuplicates')) {
|
||||
document.getElementById('zotero-tb-actions-showDuplicates').hidden = false;
|
||||
}
|
||||
|
||||
if(Zotero.isStandalone) {
|
||||
this.toggleDisplay(true);
|
||||
this.fullScreen(true);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue