Skip to content

Commit 72f6f97

Browse files
committed
Fixed saved search retrieval.
1 parent 889a30e commit 72f6f97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/searches/results.html.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
$('#order').change(function() {
3434
var selected = $("#order option:selected").val();
35-
var url = '<%= path_without_order(params).html_safe %>';
35+
var url = '<%= path_without_order(:term => @term, :archive_id => @current_archive.id).html_safe %>';
3636

3737
url = url + "&order=" + selected;
3838
window.location = url;

0 commit comments

Comments
 (0)