1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 23:57:59 +01:00

move global beep() command to a vimperator slot

This commit is contained in:
Doug Kearns
2007-07-02 10:29:02 +00:00
parent 0b8ecb0d71
commit abc8370a61
4 changed files with 19 additions and 19 deletions

View File

@@ -213,7 +213,7 @@ function Hints() //{{{
//if (linkCount == 0 && hintmode != HINT_MODE_ALWAYS)
if (linkCount == 0 && !vimperator.hasMode(vimperator.modes.ALWAYS_HINT))
{
beep();
vimperator.beep();
//alert('h');
this.disableHahMode(win);
//alert('g');