Merge branch 'dev' of github.com:jumpserver/jumpserver into dev

pull/3208/head
ibuler 2019-08-30 10:36:50 +08:00
commit 3977b73185
3 changed files with 302 additions and 293 deletions

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -14230,6 +14230,8 @@ $.fn.elfindercwd = function(fm, options) {
selectCheckbox && selectAllCheckbox.find('input').prop('checked', true);
fm.lazy(function() {
var files;
// fix select all display; remove cwd disable status
cwd.find('[id]:not(.'+clSelected+'):not(.elfinder-cwd-parent)').removeClass(clDisabled);
cwd.find('[id]:not(.'+clSelected+'):not(.elfinder-cwd-parent)').trigger(evtSelect);
if (fm.maxTargets && (incHashes || cwdHashes).length > fm.maxTargets) {
files = $.map(incHashes || cwdHashes, function(hash) { return fm.file(hash) || null; });
@ -33643,4 +33645,4 @@ elFinder.prototype.commands.view = function() {
};
return elFinder;
}));
}));