diff --git a/server/src/uds/static/js/uds-client.coffee b/server/src/uds/static/js/uds-client.coffee index bd6d5338c..49d0c774e 100644 --- a/server/src/uds/static/js/uds-client.coffee +++ b/server/src/uds/static/js/uds-client.coffee @@ -205,7 +205,9 @@ uds.launch = (el, url, alt) -> error: (jqXHR, textStatus, errorThrown) -> unblockUI() - alert gettext('Error accessing service: ') + textStatus + # Reload window in case of error + window.location.reload() + # alert gettext('Error accessing service: ') + textStatus return