Skip to content

Commit

Permalink
Fix bug 1243661: do not show No results if not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
mathjazz committed Jan 28, 2016
1 parent b8de71e commit de6b789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pontoon/base/static/js/request_projects.js
Expand Up @@ -17,7 +17,7 @@ $(function() {
}

function updateSearch() {
menu.find('input[type=search]').trigger('keyup').focus();
menu.find('input[type=search]:visible').trigger('keyup').focus();
}

// Show only projects available for the selected locale
Expand Down

0 comments on commit de6b789

Please sign in to comment.