summaryrefslogtreecommitdiffstats
path: root/core/js
diff options
context:
space:
mode:
authorJakob Sack <github@jakobsack.de>2016-10-20 19:23:39 +0200
committerGitHub <noreply@github.com>2016-10-20 19:23:39 +0200
commit4acbd95c14a89e05ff65b403c140c09ac2201c6d (patch)
tree076b0638837e0cd7568c099ca07004ce2f922bbf /core/js
parent0864f53675e00c6606f614c34bb0ccfc5e5409a4 (diff)
parent4037a79328185f927184fac8f03fe62afd380d9e (diff)
downloadnextcloud-server-4acbd95c14a89e05ff65b403c140c09ac2201c6d.tar.gz
nextcloud-server-4acbd95c14a89e05ff65b403c140c09ac2201c6d.zip
Merge pull request #1812 from nextcloud/allow-to-dismiss-the-code-integrity-warning
Allow to dismiss the code integrity warning
Diffstat (limited to 'core/js')
-rw-r--r--core/js/integritycheck-failed-notification.js1
1 files changed, 1 insertions, 0 deletions
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
}
);