Useless else removed

As suggested by @PVince81 : https://github.com/owncloud/core/pull/6721#issuecomment-32289922
This commit is contained in:
tsumi 2014-01-15 09:39:21 +01:00
parent 7c1649fc24
commit f41255f652
1 changed files with 0 additions and 2 deletions

View File

@ -418,8 +418,6 @@ var OC={
} }
if(!SVGSupport()) { if(!SVGSupport()) {
replaceSVG(); replaceSVG();
} else {
SVGSupport.checkMimeType();
} }
}).show(); }).show();
}, 'html'); }, 'html');