Merge pull request #6721 from tsumi/patch-1
Added SVG fallback to apps settings popup
This commit is contained in:
commit
903b330ccc
1 changed files with 3 additions and 0 deletions
|
@ -416,6 +416,9 @@ var OC={
|
|||
throw e;
|
||||
});
|
||||
}
|
||||
if(!SVGSupport()) {
|
||||
replaceSVG();
|
||||
}
|
||||
}).show();
|
||||
}, 'html');
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue