mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 02:27:58 +01:00
add missing semicolons
This commit is contained in:
@@ -1290,7 +1290,7 @@ liberator.StatusLine = function () //{{{
|
||||
}
|
||||
else
|
||||
{
|
||||
var matches = url.match(/^chrome:\/\/vimperator\/locale\/(\S+)$/)
|
||||
var matches = url.match(/^chrome:\/\/vimperator\/locale\/(\S+)$/);
|
||||
if (matches && matches[1])
|
||||
url = matches[1] + " [Help]";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user