diff options
-rw-r--r-- | phpBB/styles/prosilver/template/styleswitcher.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/styleswitcher.js b/phpBB/styles/prosilver/template/styleswitcher.js index b6ba1ecdae..bbcac9b69c 100644 --- a/phpBB/styles/prosilver/template/styleswitcher.js +++ b/phpBB/styles/prosilver/template/styleswitcher.js @@ -1,7 +1,7 @@ function fontsizeup(event) { - // Skip tabs + // Skip tabs; 9 being the ASCII code for a tab if (event && getKeyCode(event) == 9) { return true; |