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:
@@ -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") {
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user