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

[stable10] Allow to dismiss the code integrity warning
This commit is contained in:
Morris Jobke 2016-10-21 18:08:02 +02:00 committed by GitHub
commit a88f7d8182
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
}
);