Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
felixheidecke committed Oct 30, 2019
2 parents 374abb0 + 93f3179 commit 3ee5b4f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion apps/files/img/shareinfo.svg

This file was deleted.

5 changes: 1 addition & 4 deletions apps/files/js/filelist.js
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,6 @@
$(window).scrollTop(0);

this.$fileList.trigger(jQuery.Event('updated'));

_.defer(function() {
self.$el.closest('#app-content').trigger(jQuery.Event('apprendered'));
});
Expand Down Expand Up @@ -1828,10 +1827,8 @@

// Purge deeper children
_.each(self._shareTreeCache, function(path, key) {
if (key > dir) {
console.log('Removing', key)
if (key > dir)
delete self._shareTreeCache[key]
}
})
})
},
Expand Down

0 comments on commit 3ee5b4f

Please sign in to comment.