Add link to WebSocket test if WebSocket connection failed

This commit is contained in:
Sebastian Serth
2020-03-07 11:37:36 +01:00
parent 42d5480167
commit 82e560cace
6 changed files with 14 additions and 5 deletions

View File

@ -620,7 +620,8 @@ configureEditors: function () {
return;
}
$.flash.danger({
text: $('#flash').data('message-failure')
text: $('#flash').data('websocket-failure'),
showPermanent: true
});
Sentry.captureException(JSON.stringify(error));
},