Submit Addressbook advanced search form with Enter key (#1488568)
| | |
| | | CHANGELOG Roundcube Webmail |
| | | =========================== |
| | | |
| | | - Submit Addressbook advanced search form with Enter key (#1488568) |
| | | - Improved database schema upgrade procedure, added updatedb.sh script |
| | | - Feature to export only selected contacts from addressbook (by Phil Weir) |
| | | - Force autocommit mode in mysql database driver (#1488902) |
| | |
| | | } |
| | | |
| | | $("input[type='text']:visible").first().focus(); |
| | | |
| | | // Submit search form on Enter |
| | | if (this.env.action == 'search') |
| | | $(this.gui_objects.editform).append($('<input type="submit">').hide()) |
| | | .submit(function() { $('input.mainaction').click(); return false; }); |
| | | }; |
| | | |
| | | this.group_create = function() |