1
0
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:
brunoais 2014-06-13 12:08:03 +01:00
parent 1fdb47bb20
commit 2c70cec4fb

View File

@ -7,6 +7,7 @@ phpbb.alertTime = 100;
// define a couple constants for keydown functions.
var keymap = {
TAB: 9,
ENTER: 13,
ESC: 27
};