fix code mistakenly removed in r7384

This commit is contained in:
Simon Kornblith 2010-11-30 21:02:34 +00:00
parent 17466694bb
commit 070c8eb7a5

View file

@ -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);
}
}