mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
refs #18241 Make the 'please reload this page' a clickable link
This commit is contained in:
parent
188acd5e4e
commit
f49c1039c4
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@
|
|||
updateEventSource.listen('error', function(message) {
|
||||
$('<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