From 68e50ee4a8a22a94d0ab68f4d77b9068d25ef0e8 Mon Sep 17 00:00:00 2001 From: Alex Danamir Date: Mon, 1 Apr 2024 13:01:51 +0300 Subject: [PATCH] 123 --- static/js/searchonaud.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 + }, })