diff --git a/src/js/yunohost/helpers.js b/src/js/yunohost/helpers.js index d057de21..2d6bf859 100644 --- a/src/js/yunohost/helpers.js +++ b/src/js/yunohost/helpers.js @@ -138,6 +138,7 @@ else { var errorMessage = xhr.status+' '+xhr.statusText; c.flash('fail', y18n.t('error_server_unexpected', [errorMessage])); + console.log(xhr); } // Remove loader if any