diff options
author | Joas Schilling <coding@schilljs.com> | 2016-10-20 11:33:29 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2016-10-20 11:33:29 +0200 |
commit | 4037a79328185f927184fac8f03fe62afd380d9e (patch) | |
tree | f4454c9cfa7bdaef5a35f8dcc3ee6e3f6cccd62c /core/js | |
parent | f7f271154702883367f418c4f9e35418ab4219ef (diff) | |
download | nextcloud-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.js | 1 |
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 } ); |