mirror of
https://github.com/phpbb/phpbb.git
synced 2025-01-31 05:37:59 +01:00
[ticket/12699] Add tab key to keymap
PHPBB3-12699
This commit is contained in:
parent
1fdb47bb20
commit
2c70cec4fb
@ -7,6 +7,7 @@ phpbb.alertTime = 100;
|
||||
|
||||
// define a couple constants for keydown functions.
|
||||
var keymap = {
|
||||
TAB: 9,
|
||||
ENTER: 13,
|
||||
ESC: 27
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user