Skip to content

Commit

Permalink
navigating to results page after classic export
Browse files Browse the repository at this point in the history
  • Loading branch information
aholachek committed Dec 30, 2015
1 parent 602282a commit 475db8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/js/widgets/export/widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,9 @@ define([
else {
throw new Error("can't export with no bibcodes or query");
}

//finally, close export widget and return to results page
this.getPubSub().publish(this.getPubSub().NAVIGATE, "results-page");
},

/**
Expand Down

0 comments on commit 475db8b

Please sign in to comment.