diff --git a/parts/static/script.js b/parts/static/script.js index 3e5b1df..d58adf6 100644 --- a/parts/static/script.js +++ b/parts/static/script.js @@ -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')