From dccb3ab5b2c8f8029823d20ee3e6dd14a5098d87 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 8 Oct 2018 16:33:41 +0200 Subject: Remove deprecated SVG helpers for old IEs Signed-off-by: Christoph Wurst --- apps/files/js/breadcrumb.js | 5 ----- 1 file changed, 5 deletions(-) (limited to 'apps/files/js/breadcrumb.js') diff --git a/apps/files/js/breadcrumb.js b/apps/files/js/breadcrumb.js index 319425b67bd..e1193e79b28 100644 --- a/apps/files/js/breadcrumb.js +++ b/apps/files/js/breadcrumb.js @@ -178,11 +178,6 @@ $crumb.append(view.$el); }, this); - // in case svg is not supported by the browser we need to execute the fallback mechanism - if (!OC.Util.hasSVGSupport()) { - OC.Util.replaceSVG(this.$el); - } - // setup drag and drop if (this.onDrop) { this.$el.find('.crumb:not(:last-child):not(.crumbmenu), .crumblist:not(:last-child)').droppable({ -- cgit v1.2.3