diff --git a/assets/js/general_functions.js b/assets/js/general_functions.js index a98ba73a..b5b341ce 100755 --- a/assets/js/general_functions.js +++ b/assets/js/general_functions.js @@ -323,7 +323,7 @@ window.GeneralFunctions = window.GeneralFunctions || {}; response = {message: jqXHR.responseText}; // String response } - if (!response) { + if (!response || !response.message) { return; }