From fd8a656d1adaeaaf75e8e503060392e646e7e75d Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Sun, 21 Dec 2008 00:02:33 -0500 Subject: [PATCH] Fix status bar for help pages when fragment identifier present. --- common/content/ui.js | 1 + 1 file changed, 1 insertion(+) diff --git a/common/content/ui.js b/common/content/ui.js index 0ad27fd6..d7fdc3b1 100644 --- a/common/content/ui.js +++ b/common/content/ui.js @@ -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]"); }