Commit b8654e70 authored by Eric's avatar Eric

fix js bugs

parent 3a27ca19
......@@ -14226,8 +14226,7 @@ $.fn.elfindercwd = function(fm, options) {
selectAll = function() {
var phash = fm.cwd().hash;
// fix select all display; remove cwd disable status
cwd.find('[id]:not(.'+clSelected+'):not(.elfinder-cwd-parent)').removeClass(clDisabled);
selectCheckbox && selectAllCheckbox.find('input').prop('checked', true);
fm.lazy(function() {
var files;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment