Fixed location search filter

pull/3/head
Davide Bongiovanni 6 years ago
parent c886f2e860
commit db19e86f73

@ -178,7 +178,7 @@ function perform_query() {
$('#no-results').css("opacity", 0);
var query = $('.search-bar').val();
var data = {
l:$('#type').is(':checked'),
l:$('#location').is(':checked'),
p:$('#partno').is(':checked'),
d:$('#description').is(':checked'),
n:$('#has-docs').is(':checked')

Loading…
Cancel
Save