Skip to content
Snippets Groups Projects
Commit 5ea8adc7 authored by Michael Gapczynski's avatar Michael Gapczynski
Browse files

Reformat long line

parent f6426cee
Branches
No related tags found
No related merge requests found
......@@ -15,7 +15,11 @@
});
updateEventSource.listen('failure', function(message) {
$('<span>').addClass('error').append(message).append('<br />').appendTo($('.update'));
$('<span>').addClass('error bold').append('<br />').append(t('core', 'The update was unsuccessful. Please report this issue to the <a href="https://github.com/owncloud/core/issues" target="_blank">ownCloud community</a>.')).appendTo($('.update'));
$('<span>')
.addClass('error bold')
.append('<br />')
.append(t('core', 'The update was unsuccessful. Please report this issue to the <a href="https://github.com/owncloud/core/issues" target="_blank">ownCloud community</a>.'))
.appendTo($('.update'));
});
updateEventSource.listen('done', function(message) {
$('<span>').addClass('bold').append('<br />').append(t('core', 'The update was successful. Redirecting you to ownCloud now.')).appendTo($('.update'));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment