Skip to content

Commit

Permalink
added back repeated call to navigate to results page for now
Browse files Browse the repository at this point in the history
  • Loading branch information
aholachek committed Jun 8, 2016
1 parent db60579 commit c4169e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/js/wraps/discovery_mediator.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ define([
app.getObject('AppStorage').setCurrentQuery(null);
}

this.getPubSub().publish(this.getPubSub().NAVIGATE, "results-page");

if (feedback.request && feedback.request.get('target').indexOf('search') > -1 && feedback.query && !feedback.numFound) {
var q = feedback.query;

Expand Down

0 comments on commit c4169e4

Please sign in to comment.