diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2018-10-08 16:33:41 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2018-10-08 16:33:41 +0200 |
commit | dccb3ab5b2c8f8029823d20ee3e6dd14a5098d87 (patch) | |
tree | d32b109df4394a4ebaf7ddf023c67904db529a0e /apps/files/js | |
parent | 8110a3be699bbdea96df30472dce7862e0964901 (diff) | |
download | nextcloud-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.js | 5 |
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({ |