Only blur project membership inputs.

Fixes bug 1038562.

Change-Id: I3767c0004890bc1ea29273e807a6f7122f571f8e
This commit is contained in:
Gabriel Hurley 2012-08-18 20:58:58 -07:00
parent df04d433cb
commit cb3c7a9521

View File

@ -411,7 +411,7 @@ horizon.projects = {
$(".tab-content, .workflow").addClass("dropdown_fix");
// unfocus filter fields
$("input").blur();
$("#update_project__update_members input").blur();
// prevent filter inputs from submitting form on 'enter'
$('.project_membership').keydown(function(event){