Skip to content

Commit

Permalink
Only blur project membership inputs.
Browse files Browse the repository at this point in the history
Fixes bug 1038562.

Change-Id: I3767c0004890bc1ea29273e807a6f7122f571f8e
  • Loading branch information
gabrielhurley committed Aug 19, 2012
1 parent df04d43 commit cb3c7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion horizon/static/horizon/js/horizon.projects.js
Expand Up @@ -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){
Expand Down

0 comments on commit cb3c7a9

Please sign in to comment.