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:
commit
a88f7d8182
|
@ -31,6 +31,7 @@ $(document).ready(function(){
|
|||
OC.Notification.showHtml(
|
||||
text,
|
||||
{
|
||||
type: 'error',
|
||||
isHTML: true
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue