Fix double container on 'Possible CSRF attack' page
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
ede469a240
commit
4574698443
|
@ -58,7 +58,7 @@
|
|||
$(window).off('beforeunload.inprogress');
|
||||
self.setErrorMessage(message);
|
||||
message = t('core', 'Please reload the page.');
|
||||
$('<span>').addClass('error').append('<a href=".">'+message+'</a><br />').appendTo($el);
|
||||
$('<p>').append('<a href=".">'+message+'</a>').appendTo($el);
|
||||
updateEventSource.close();
|
||||
});
|
||||
updateEventSource.listen('failure', function(message) {
|
||||
|
|
Loading…
Reference in New Issue