refs #18241 Make the 'please reload this page' a clickable link
This commit is contained in:
parent
188acd5e4e
commit
f49c1039c4
|
@ -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 New Issue