Allow to dismiss the code integrity warning
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
f7f2711547
commit
4037a79328
|
@ -31,6 +31,7 @@ $(document).ready(function(){
|
||||||
OC.Notification.showHtml(
|
OC.Notification.showHtml(
|
||||||
text,
|
text,
|
||||||
{
|
{
|
||||||
|
type: 'error',
|
||||||
isHTML: true
|
isHTML: true
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue