From: Joas Schilling Date: Thu, 20 Oct 2016 09:33:29 +0000 (+0200) Subject: Allow to dismiss the code integrity warning X-Git-Tag: v10.0.2~89^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9e0c5ff6af2579d1afaebbe3c688cf9a457aca6f;p=nextcloud-server.git Allow to dismiss the code integrity warning Signed-off-by: Joas Schilling --- 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 } );