From 4f2504bd56692bf43a964820dfa6ceaa664366a7 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Sat, 15 Aug 2009 23:13:47 +0000 Subject: [PATCH] Clarify r9994 #49335 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9995 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/styles/prosilver/template/styleswitcher.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;