Allow to dismiss the code integrity warning

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2016-10-20 11:33:29 +02:00
parent f7f2711547
commit 4037a79328
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8
1 changed files with 1 additions and 0 deletions

View File

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