Clarify r9994 #49335

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9995 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Chris Smith 2009-08-15 23:13:47 +00:00
parent e63b12c4b1
commit 4f2504bd56

View file

@ -1,7 +1,7 @@
function fontsizeup(event) function fontsizeup(event)
{ {
// Skip tabs // Skip tabs; 9 being the ASCII code for a tab
if (event && getKeyCode(event) == 9) if (event && getKeyCode(event) == 9)
{ {
return true; return true;