mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 23:37:39 +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:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user