1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 14:30:32 +02:00

[ticket/11556] Load apply_onkeypress_event() correctly

PHPBB3-11556
This commit is contained in:
Vjacheslav Trushkin
2013-05-20 10:04:03 +03:00
parent a2a6357fd5
commit c29257f732
3 changed files with 2 additions and 11 deletions

View File

@@ -383,3 +383,5 @@ function apply_onkeypress_event() {
return true;
});
}
jQuery(document).ready(apply_onkeypress_event);