Skip to content

Commit

Permalink
Merge pull request jettro#11 from boompig/master
Browse files Browse the repository at this point in the history
Search clobber fix
  • Loading branch information
ENuge committed Jul 25, 2014
2 parents 7f8863d + 2189adb commit e8acf1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion partials/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
placeholder=""/>
</span>

<button class="btn btn-primary" ng-click="restartSearch()"><span class="glyphicon glyphicon-search glyphicon-white"></span> Search</button>
<button class="btn btn-primary" ng-click="redirectSearch()"><span class="glyphicon glyphicon-search glyphicon-white"></span> Search</button>

<select multiple class="form-control" ng-model="search.advanced.newSource"
ng-options="type for type in types">
Expand Down

0 comments on commit e8acf1f

Please sign in to comment.