mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-18 19:43:30 +01:00
readd trailing ".html" to help file names in the status line to mimic Vim
This commit is contained in:
@@ -1524,7 +1524,7 @@ liberator.StatusLine = function () //{{{
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
url = url.replace(new RegExp("^chrome://liberator/locale/(\\S+)\\.html$"), "$1 [Help]");
|
url = url.replace(RegExp("^chrome://liberator/locale/(\\S+\\.html)$"), "$1 [Help]");
|
||||||
}
|
}
|
||||||
|
|
||||||
// when session information is available, add [+] when we can go backwards
|
// when session information is available, add [+] when we can go backwards
|
||||||
|
|||||||
Reference in New Issue
Block a user