From e9ea666c8ebfc87ed65d8dd31a4a2e2c78b4f78c Mon Sep 17 00:00:00 2001 From: Robert Date: Mon, 18 Jul 2022 17:45:22 +0200 Subject: [PATCH] Variable problem --- frontend/drupal9/web/themes/custom/pro1ka/js/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/drupal9/web/themes/custom/pro1ka/js/script.js b/frontend/drupal9/web/themes/custom/pro1ka/js/script.js index 31adf9139..075fa5394 100755 --- a/frontend/drupal9/web/themes/custom/pro1ka/js/script.js +++ b/frontend/drupal9/web/themes/custom/pro1ka/js/script.js @@ -1122,7 +1122,7 @@ function odpriAaiLoginObvestilo(){ } } -function iskanjeBesede(iskanjeNiz){ +function iskanjeBesede(iskaniNiz){ var action = jQuery('#forma-iskanje-header').attr('data-action'); window.location.href = action + '/iskanje/' +iskaniNiz;