diff options
author | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-08-30 15:36:17 +0300 |
---|---|---|
committer | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-09-14 10:10:44 +0300 |
commit | 973f4bc88731039eca473a08e24684d684f13aef (patch) | |
tree | c741f131741e8d9dc673dcead1f3af6d13c2a8de /phpBB | |
parent | e6d87c5bc09e7f3d3813589f99a5e1435f61d517 (diff) | |
download | forums-973f4bc88731039eca473a08e24684d684f13aef.tar forums-973f4bc88731039eca473a08e24684d684f13aef.tar.gz forums-973f4bc88731039eca473a08e24684d684f13aef.tar.bz2 forums-973f4bc88731039eca473a08e24684d684f13aef.tar.xz forums-973f4bc88731039eca473a08e24684d684f13aef.zip |
[ticket/11795] Remove outdated comment from forum_fn.js
This comment is no longer relevant because function was rewritten
PHPBB3-11795
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/styles/prosilver/template/forum_fn.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/forum_fn.js b/phpBB/styles/prosilver/template/forum_fn.js index 7b88520f93..8bbb847dfc 100644 --- a/phpBB/styles/prosilver/template/forum_fn.js +++ b/phpBB/styles/prosilver/template/forum_fn.js @@ -277,8 +277,6 @@ function phpbb_check_key(event) { /** * Apply onkeypress event for forcing default submit button on ENTER key press -* The jQuery snippet used is based on http://greatwebguy.com/programming/dom/default-html-button-submit-on-enter-with-jquery/ -* The non-jQuery code is a mimick of the jQuery code ;) */ function apply_onkeypress_event() { jQuery('form input[type=text], form input[type=password]').on('keypress', function (e) { |