diff options
author | tsumi <mail@tsumi.it> | 2014-01-15 09:39:21 +0100 |
---|---|---|
committer | tsumi <mail@tsumi.it> | 2014-01-15 09:39:21 +0100 |
commit | f41255f65217ab40cbe9c1af87be361736d6af55 (patch) | |
tree | a833550b3d9ee7ffa74535d802be30ba03254ae1 | |
parent | 7c1649fc2441f5fa0b21749e549a76ea26128edd (diff) | |
download | nextcloud-server-f41255f65217ab40cbe9c1af87be361736d6af55.tar.gz nextcloud-server-f41255f65217ab40cbe9c1af87be361736d6af55.zip |
Useless else removed
As suggested by @PVince81 : https://github.com/owncloud/core/pull/6721#issuecomment-32289922
-rw-r--r-- | core/js/js.js | 2 |
1 files changed, 0 insertions, 2 deletions
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'); |