mirror of
https://github.com/nextcloud/server.git
synced 2026-02-18 18:28:50 -05:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue