From 9e0c5ff6af2579d1afaebbe3c688cf9a457aca6f Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 20 Oct 2016 11:33:29 +0200 Subject: [PATCH] Allow to dismiss the code integrity warning Signed-off-by: Joas Schilling --- core/js/integritycheck-failed-notification.js | 1 + 1 file changed, 1 insertion(+) diff --git a/core/js/integritycheck-failed-notification.js b/core/js/integritycheck-failed-notification.js index 5bc758d54cb..9f7c59b9089 100644 --- a/core/js/integritycheck-failed-notification.js +++ b/core/js/integritycheck-failed-notification.js @@ -31,6 +31,7 @@ $(document).ready(function(){ OC.Notification.showHtml( text, { + type: 'error', isHTML: true } ); -- 2.39.5