diff --git a/core/js/js.js b/core/js/js.js
index f380234af05ba5feed4290c614c06424251a9e25..e84f482d67230a9127791ad13982dc270981f9a4 100644
--- a/core/js/js.js
+++ b/core/js/js.js
@@ -416,6 +416,9 @@ var OC={
 							throw e;
 						});
 					}
+					if(!SVGSupport()) {
+						replaceSVG();
+					}
 				}).show();
 			}, 'html');
 		}