mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 01:00:50 -04:00
Merge pull request #19699 from owncloud/hutchic-issue-18241-reload-page-link
refs #18241 Make the 'please reload this page' a clickable link
This commit is contained in:
commit
f34b97bc98
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@
|
|||
message = message || t('core', 'An error occurred.');
|
||||
$('<span>').addClass('error').append(message).append('<br />').appendTo($el);
|
||||
message = t('core', 'Please reload the page.');
|
||||
$('<span>').addClass('error').append(message).append('<br />').appendTo($el);
|
||||
$('<span>').addClass('error').append('<a href=".">'+message+'</a><br />').appendTo($el);
|
||||
updateEventSource.close();
|
||||
});
|
||||
updateEventSource.listen('failure', function(message) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue