diff options
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/js/navigation.js | 3 |
1 files changed, 0 insertions, 3 deletions
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("<div class='nav-icon-trashbin-starred'></div>") trashElement.droppable({ over: function( event, ui ) { trashElement.addClass('dropzone-background') |