From 4574698443fd38ef4e31ce126838474369c7a30a Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 1 Aug 2018 18:54:48 +0200 Subject: [PATCH] Fix double container on 'Possible CSRF attack' page Signed-off-by: Jan-Christoph Borchardt --- core/js/update.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/js/update.js b/core/js/update.js index cd5ee8b080..b2a2579558 100644 --- a/core/js/update.js +++ b/core/js/update.js @@ -58,7 +58,7 @@ $(window).off('beforeunload.inprogress'); self.setErrorMessage(message); message = t('core', 'Please reload the page.'); - $('').addClass('error').append(''+message+'
').appendTo($el); + $('

').append(''+message+'').appendTo($el); updateEventSource.close(); }); updateEventSource.listen('failure', function(message) {