mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00: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:
parent
e63b12c4b1
commit
4f2504bd56
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue