mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 16:02:26 +01:00
valign=top for cells
This commit is contained in:
@@ -212,9 +212,13 @@ function hit_a_hint()
|
||||
if (linkCount == 0 && hintmode != HINT_MODE_ALWAYS)
|
||||
{
|
||||
beep();
|
||||
linkNumString = '';
|
||||
hintedElems = [];
|
||||
isHahModeEnabled = false;
|
||||
alert('h');
|
||||
this.disableHahMode(win);
|
||||
alert('g');
|
||||
// setCurrentMode(MODE_NORMAL);
|
||||
// linkNumString = '';
|
||||
// hintedElems = [];
|
||||
// isHahModeEnabled = false;
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user