Merge pull request #1812 from nextcloud/allow-to-dismiss-the-code-integrity-warning

Allow to dismiss the code integrity warning
This commit is contained in:
Jakob Sack 2016-10-20 19:23:39 +02:00 committed by GitHub
commit 4acbd95c14
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
}
);