mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 05:18:52 +00:00
Fix for r10255
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10262 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
a691f4c8bc
commit
c693127b18
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@ function submit_default_button(event, selector, class_name)
|
|||
if (!event.which && ((event.charCode || event.charCode === 0) ? event.charCode : event.keyCode))
|
||||
event.which = event.charCode || event.keyCode;
|
||||
|
||||
if (phpbb_set_autocomplete(event))
|
||||
if (phpbb_check_key(event))
|
||||
return true;
|
||||
|
||||
var current = selector['parentNode'];
|
||||
|
|
Loading…
Add table
Reference in a new issue