Merge pull request #5587 from owncloud/trashbin-homecrumb

Fixed clicking on the "Home" breadcrumb in the trash app
remotes/origin/stable6
Julian Müller 12 years ago
commit 6716c9f00a
  1. 5
      apps/files_trashbin/js/trash.js

@ -228,9 +228,4 @@ function disableActions() {
$(".action").css("display", "none");
$(":input:checkbox").css("display", "none");
}
function onClickBreadcrumb(e){
var $el = $(e.target).closest('.crumb');
e.preventDefault();
FileList.changeDirectory(decodeURIComponent($el.data('dir')));
}

Loading…
Cancel
Save