1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

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)
{
// Skip tabs
// Skip tabs; 9 being the ASCII code for a tab
if (event && getKeyCode(event) == 9)
{
return true;