refs #18241 Make the 'please reload this page' a clickable link

This commit is contained in:
Colin Hutchinson 2015-10-10 14:14:01 -04:00
parent 188acd5e4e
commit f49c1039c4
1 changed files with 1 additions and 1 deletions

View File

@ -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) {