Fix restoration of full-screen mode when opening Zotero pane (does not persist across Firefox restarts)

This commit is contained in:
Dan Stillman 2010-03-09 06:26:08 +00:00
parent e1349ec308
commit 1279ccf9f6

View File

@ -509,7 +509,7 @@ var ZoteroPane = new function()
}
function isFullScreen() {
return document.getElementById('zotero-pane').getAttribute('fullscreenmode') == 'true';
return document.getElementById('zotero-pane-stack').getAttribute('fullscreenmode') == 'true';
}