1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 00:14:14 +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") {

View File

@@ -211,8 +211,9 @@
<h2 tag="status-line status-bar">Status line</h2>
<p>
The status line appears at the bottom of each window. The <o>laststatus</o>
option can be used to specify when the status line appears.
The status line appears at the bottom of each window. You can use
<o>guioptions</o> to specify if and when the status line appears, as well
as its relation to the command line and messages.
</p>
<p>