Skip to content

Commit

Permalink
Merge pull request #733 from aholachek/classic-export
Browse files Browse the repository at this point in the history
navigating to results page after classic export
  • Loading branch information
aholachek committed Dec 30, 2015
2 parents 602282a + 475db8b commit 72fb15e
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 72fb15e

Please sign in to comment.