summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/js/js.js5
1 files changed, 5 insertions, 0 deletions
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');
}