|
|
|
@ -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'))); |
|
|
|
} |
|
|
|
|