diff --git a/static/js/searchonaud.js b/static/js/searchonaud.js index 1e1b6e4..ce603b8 100644 --- a/static/js/searchonaud.js +++ b/static/js/searchonaud.js @@ -77,8 +77,9 @@ $("#searchbutton").click(function(){ contentType: 'application/json', dataType: 'json', data: { - rasp: rasp.value, - ved: vedomost.value + ved: vedomost.value, + rasp: rasp.value + }, })