Aleksander Machniak
2013-01-23 a2181ee6250209c3444f727f48bb3356e4db4e4d
Submit Addressbook advanced search form with Enter key (#1488568)
2 files modified
6 ■■■■■ changed files
CHANGELOG 1 ●●●● patch | view | raw | blame | history
program/js/app.js 5 ●●●●● patch | view | raw | blame | history
CHANGELOG
@@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
- Submit Addressbook advanced search form with Enter key (#1488568)
- Improved database schema upgrade procedure, added updatedb.sh script
- Force autocommit mode in mysql database driver (#1488902)
program/js/app.js
@@ -4426,6 +4426,11 @@
    }
    $("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()