]> source.dussan.org Git - nextcloud-server.git/commitdiff
Allow to dismiss the code integrity warning 1844/head
authorJoas Schilling <coding@schilljs.com>
Thu, 20 Oct 2016 09:33:29 +0000 (11:33 +0200)
committerJoas Schilling <coding@schilljs.com>
Fri, 21 Oct 2016 08:56:19 +0000 (10:56 +0200)
Signed-off-by: Joas Schilling <coding@schilljs.com>
core/js/integritycheck-failed-notification.js

index 5bc758d54cb39a49f55205242650226c3dfbe7c0..9f7c59b9089106bd7c947b000f13deb0476f07c8 100644 (file)
@@ -31,6 +31,7 @@ $(document).ready(function(){
        OC.Notification.showHtml(
                text,
                {
+                       type: 'error',
                        isHTML: true
                }
        );