mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 07:58:00 +01:00
changed module loading and moved it to {vimperator,muttator}.js for
optional modules
This commit is contained in:
@@ -489,7 +489,7 @@ liberator.Commands = function () //{{{
|
||||
if (exCommands[i].name == command.name)
|
||||
{
|
||||
// never replace for now
|
||||
liberator.log("Warning: :" + names[0] + " already exists, NOT replacing existing command.", 2);
|
||||
liberator.log("Warning: :" + names[0] + " already exists, NOT replacing existing command.", 1);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
@@ -635,9 +635,9 @@ liberator.Commands = function () //{{{
|
||||
});
|
||||
|
||||
// TODO: remove preview window, or change it at least
|
||||
commandManager.add(["pc[lose]"],
|
||||
"Close preview window on bottom of screen",
|
||||
function () { liberator.previewwindow.hide(); });
|
||||
// commandManager.add(["pc[lose]"],
|
||||
// "Close preview window on bottom of screen",
|
||||
// function () { liberator.previewwindow.hide(); });
|
||||
|
||||
//}}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user