1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-03 06:54:12 +01:00

Remove stray reference to 'laststatus'. Closes issue #305.

This commit is contained in:
Štěpán Němec
2011-01-25 11:34:44 +01:00
parent a35f064cc8
commit 685a0f5d30
2 changed files with 4 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ var StatusLine = Module("statusline", {
init: function () {
this._statusLine = document.getElementById("status-bar");
this.statusBar = document.getElementById("addon-bar") || this._statusLine;
this.statusBar.collapsed = true; // it is later restored unless the user sets laststatus=0
this.statusBar.collapsed = true;
this.baseGroup = this.statusBar == this._statusLine ? "StatusLine " : "";
if (this.statusBar.localName == "toolbar") {