Skip to content

Commit

Permalink
Fixes #4064: resources sort broken on Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
capooti committed Nov 9, 2018
1 parent 4428417 commit ae78296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode/static/geonode/js/search/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@
}

$scope.single_choice_listener = function($event){
var element = $(event.currentTarget);
var element = $($event.currentTarget);
var query_entry = [];
var data_filter = element.attr('data-filter');
var value = element.attr('data-value');
Expand Down

0 comments on commit ae78296

Please sign in to comment.