Fixes display issue with socket errors

This commit is contained in:
Dane Everitt 2015-12-13 22:26:10 -05:00
parent 22b0bbf6ce
commit 6289e7ae8d
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,7 @@
$('#applyUpdate').removeClass('fa-circle-o-notch fa-spinner fa-spin').addClass('fa-question-circle').css({ color: '#FF9900' });
if(typeof notifySocketError !== 'object') {
notifySocketError = $.notify({
message: '{{ trans('server.ajax.socket_error') }}',
message: '{!! trans('server.ajax.socket_error') !!}',
url: 'https://{{ $node->fqdn }}:{{ $node->daemonListen }}',
target: '_blank'
}, {