Merge pull request #6721 from tsumi/patch-1

Added SVG fallback to apps settings popup
This commit is contained in:
Morris Jobke 2014-01-18 08:34:45 -08:00
commit 903b330ccc
1 changed files with 3 additions and 0 deletions

View File

@ -416,6 +416,9 @@ var OC={
throw e; throw e;
}); });
} }
if(!SVGSupport()) {
replaceSVG();
}
}).show(); }).show();
}, 'html'); }, 'html');
} }