diff --git a/frontend/drupal9/web/themes/custom/pro1ka/js/login.js b/frontend/drupal9/web/themes/custom/pro1ka/js/login.js index cd953a43c..ee3cd30c9 100644 --- a/frontend/drupal9/web/themes/custom/pro1ka/js/login.js +++ b/frontend/drupal9/web/themes/custom/pro1ka/js/login.js @@ -68,7 +68,7 @@ jQuery('#modal-lost-password .w-form-fail').hide(); if (val.type == 'success') { - jQuery('#modal-lost-password .w-form-done').html('
' + val.text + '
').show(); + jQuery('#modal-lost-password .w-form-done').html('
' + val.data.text + '
').show(); // Če je bil email uspešno poslal potem okno zapremo po 5 sekundah setTimeout(function () {