diff options
author | Jakob Sack <github@jakobsack.de> | 2016-10-20 19:23:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-20 19:23:39 +0200 |
commit | 4acbd95c14a89e05ff65b403c140c09ac2201c6d (patch) | |
tree | 076b0638837e0cd7568c099ca07004ce2f922bbf /core/js | |
parent | 0864f53675e00c6606f614c34bb0ccfc5e5409a4 (diff) | |
parent | 4037a79328185f927184fac8f03fe62afd380d9e (diff) | |
download | nextcloud-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.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 } ); |