mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 00:17:57 +01:00
fixed :help for thunderbird
This commit is contained in:
@@ -1045,7 +1045,7 @@ vimperator.Commands = function () //{{{
|
||||
{
|
||||
function jumpToTag(file, tag)
|
||||
{
|
||||
vimperator.open("chrome://vimperator/locale/" + file);
|
||||
vimperator.open("chrome://" + vimperator.config.name.toLowerCase() + "/locale/" + file);
|
||||
setTimeout(function() {
|
||||
var elem = vimperator.buffer.getElement('@class="tag" and text()="' + tag + '"');
|
||||
if (elem)
|
||||
@@ -1057,7 +1057,7 @@ vimperator.Commands = function () //{{{
|
||||
|
||||
if (!args)
|
||||
{
|
||||
vimperator.open("chrome://vimperator/locale/intro.html");
|
||||
vimperator.open("chrome://" + vimperator.config.name.toLowerCase() + "/locale/intro.html");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user