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

remotes/origin/dropbox-use-clientmtime
Colin Hutchinson 10 years ago
parent 188acd5e4e
commit f49c1039c4
  1. 2
      core/js/update.js

@ -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…
Cancel
Save