mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 14:27:59 +01:00
changed nohlsearch to the new spec
This commit is contained in:
@@ -51,7 +51,6 @@ var g_commands = [/*{{{*/
|
||||
["addo[ns]"],
|
||||
"Show available Browser Extensions and Themes",
|
||||
"You can add/remove/disable browser extensions from this dialog.<br/>Be aware that not all Firefox extensions work, because Vimperator overrides some keybindings and changes Firefox's GUI.",
|
||||
//function() { },
|
||||
function(args) { vimperator.commands.addons(args); },
|
||||
null
|
||||
],
|
||||
@@ -1473,7 +1472,7 @@ function focusNextFrame(count)
|
||||
indicator.setAttribute("style", style);
|
||||
doc.body.appendChild(indicator);
|
||||
|
||||
setTimeout(function() { doc.body.removeChild(indicator); }, 250);
|
||||
setTimeout(function() { doc.body.removeChild(indicator); }, 300);
|
||||
} catch(e) { alert(e); }
|
||||
}
|
||||
|
||||
@@ -2206,7 +2205,6 @@ function toggle_images() {
|
||||
|
||||
function Commands()
|
||||
{
|
||||
|
||||
this.addons = function(args)
|
||||
{
|
||||
openURLsInNewTab("chrome://mozapps/content/extensions/extensions.xul", true);
|
||||
|
||||
Reference in New Issue
Block a user