1
0
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:
Martin Stubenschrott
2007-04-21 02:05:00 +00:00
parent 083aa0ae4a
commit 33de3f2966
3 changed files with 11 additions and 7 deletions

View File

@@ -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;
}