summaryrefslogtreecommitdiffstats
path: root/core/js
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-10-20 11:33:29 +0200
committerJoas Schilling <coding@schilljs.com>2016-10-20 11:33:29 +0200
commit4037a79328185f927184fac8f03fe62afd380d9e (patch)
treef4454c9cfa7bdaef5a35f8dcc3ee6e3f6cccd62c /core/js
parentf7f271154702883367f418c4f9e35418ab4219ef (diff)
downloadnextcloud-server-4037a79328185f927184fac8f03fe62afd380d9e.tar.gz
nextcloud-server-4037a79328185f927184fac8f03fe62afd380d9e.zip
Allow to dismiss the code integrity warning
Signed-off-by: Joas Schilling <coding@schilljs.com>
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
}
);