mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-27 21:13:36 +01:00
Update help status line parser.
This commit is contained in:
@@ -2174,8 +2174,8 @@ function StatusLine() //{{{
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
url = url.replace(RegExp("^chrome://liberator/locale/(\\S+\\.html)#(.*)"), function (m, n1, n2) n1 + " " + decodeURIComponent(n2) + " [Help]");
|
url = url.replace(RegExp("^liberator://help/(\\S+)#(.*)"), function (m, n1, n2) n1 + " " + decodeURIComponent(n2) + " [Help]")
|
||||||
url = url.replace(RegExp("^chrome://liberator/locale/(\\S+\\.html)"), "$1 [Help]");
|
.replace(RegExp("^liberator://help/(\\S+)"), "$1 [Help]");
|
||||||
}
|
}
|
||||||
|
|
||||||
// when session information is available, add [+] when we can go
|
// when session information is available, add [+] when we can go
|
||||||
|
|||||||
Reference in New Issue
Block a user