Aleksander Machniak
2013-01-23 a2181ee6250209c3444f727f48bb3356e4db4e4d
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()