aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-10-08 16:33:41 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-10-08 16:33:41 +0200
commitdccb3ab5b2c8f8029823d20ee3e6dd14a5098d87 (patch)
treed32b109df4394a4ebaf7ddf023c67904db529a0e /apps/files/js
parent8110a3be699bbdea96df30472dce7862e0964901 (diff)
downloadnextcloud-server-dccb3ab5b2c8f8029823d20ee3e6dd14a5098d87.tar.gz
nextcloud-server-dccb3ab5b2c8f8029823d20ee3e6dd14a5098d87.zip
Remove deprecated SVG helpers for old IEs
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'apps/files/js')
-rw-r--r--apps/files/js/breadcrumb.js5
1 files changed, 0 insertions, 5 deletions
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({