From: tsumi Date: Wed, 15 Jan 2014 08:39:21 +0000 (+0100) Subject: Useless else removed X-Git-Tag: v7.0.0alpha2~919^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f41255f65217ab40cbe9c1af87be361736d6af55;p=nextcloud-server.git Useless else removed As suggested by @PVince81 : https://github.com/owncloud/core/pull/6721#issuecomment-32289922 --- diff --git a/core/js/js.js b/core/js/js.js index 92f2ac484e4..e84f482d672 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -418,8 +418,6 @@ var OC={ } if(!SVGSupport()) { replaceSVG(); - } else { - SVGSupport.checkMimeType(); } }).show(); }, 'html');