1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 22:58:01 +01:00

Fix status bar for help pages when fragment identifier present.

This commit is contained in:
Kris Maglione
2008-12-21 00:02:33 -05:00
parent df7c7c9d51
commit fd8a656d1a

View File

@@ -1800,6 +1800,7 @@ function StatusLine() //{{{
}
else
{
url = url.replace(RegExp("^chrome://liberator/locale/(\\S+\\.html)#(.*)"), function (m, n1, n2) n1 + " " + decodeURIComponent(n2) + " [Help]");
url = url.replace(RegExp("^chrome://liberator/locale/(\\S+\\.html)"), "$1 [Help]");
}