1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 17:57:58 +01:00

speeded up hints display on large sites by factor 2

This commit is contained in:
Martin Stubenschrott
2007-11-01 13:31:53 +00:00
parent 835b6fc726
commit 2e45514f1e
3 changed files with 55 additions and 48 deletions

View File

@@ -77,7 +77,8 @@ vimperator.modes = (function()
// for its cleanup here
function handleModeChange(oldmode, newmode)
{
vimperator.log("switching from mode " + oldmode + " to mode " + newmode, 7);
// TODO: fix v.log() to work verbosity level
// vimperator.log("switching from mode " + oldmode + " to mode " + newmode, 7);
switch (oldmode)
{