Skip to content

Commit

Permalink
Making sure only runs when user has entered a search query
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-alvarez committed Oct 4, 2017
1 parent 99b99cc commit 0b639f5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6,886 deletions.
2 changes: 1 addition & 1 deletion app/templates/components/large-search.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
{{/search-result-set}}
{{else if search.isRunning}}
{{dot-spinner}}
{{else}}
{{else if (and search.performCount query.length)}}
<h4 class="result-info test-result-info">No results for "{{query}}"</h4>
{{/if}}
</div>
71 changes: 0 additions & 71 deletions package.json

This file was deleted.

Loading

0 comments on commit 0b639f5

Please sign in to comment.