Allow to dismiss the code integrity warning

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/1812/head
Joas Schilling 9 years ago
parent f7f2711547
commit 4037a79328
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8
  1. 1
      core/js/integritycheck-failed-notification.js

@ -31,6 +31,7 @@ $(document).ready(function(){
OC.Notification.showHtml(
text,
{
type: 'error',
isHTML: true
}
);

Loading…
Cancel
Save