mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-04 13:25:45 +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 () {
|
init: function () {
|
||||||
this._statusLine = document.getElementById("status-bar");
|
this._statusLine = document.getElementById("status-bar");
|
||||||
this.statusBar = document.getElementById("addon-bar") || this._statusLine;
|
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 " : "";
|
this.baseGroup = this.statusBar == this._statusLine ? "StatusLine " : "";
|
||||||
|
|
||||||
if (this.statusBar.localName == "toolbar") {
|
if (this.statusBar.localName == "toolbar") {
|
||||||
|
|||||||
@@ -211,8 +211,9 @@
|
|||||||
<h2 tag="status-line status-bar">Status line</h2>
|
<h2 tag="status-line status-bar">Status line</h2>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
The status line appears at the bottom of each window. The <o>laststatus</o>
|
The status line appears at the bottom of each window. You can use
|
||||||
option can be used to specify when the status line appears.
|
<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>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
Reference in New Issue
Block a user