From: tsumi Date: Fri, 10 Jan 2014 20:19:30 +0000 (+0100) Subject: Added SVG fallback to apps settings popup X-Git-Tag: v7.0.0alpha2~919^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7c1649fc2441f5fa0b21749e549a76ea26128edd;p=nextcloud-server.git Added SVG fallback to apps settings popup This fix issue of calendar app with IE8, see issue report for details: https://github.com/owncloud/calendar/issues/291 --- diff --git a/core/js/js.js b/core/js/js.js index f380234af05..92f2ac484e4 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -416,6 +416,11 @@ var OC={ throw e; }); } + if(!SVGSupport()) { + replaceSVG(); + } else { + SVGSupport.checkMimeType(); + } }).show(); }, 'html'); }