diff --git a/apps/files/js/navigation.js b/apps/files/js/navigation.js index acfda3b6ce8..f749bf5dd51 100644 --- a/apps/files/js/navigation.js +++ b/apps/files/js/navigation.js @@ -66,9 +66,6 @@ this.$el.on('click', 'li button', _.bind(this._onClickMenuButton, this)); var trashElement=$(".nav-trashbin"); - - //this div is required to prefetch the icon, otherwise it takes a second to show up - trashElement.append("
") trashElement.droppable({ over: function( event, ui ) { trashElement.addClass('dropzone-background')