1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-18 16:36:15 +00:00

small fix

This commit is contained in:
llj
2017-11-01 15:42:03 +08:00
parent 4275447d09
commit 1577275095
2 changed files with 2 additions and 2 deletions

View File

@@ -1013,7 +1013,7 @@ define([
if (del_len > 0) {
if (del_len == selected_names.length) {
dirents.remove(selected_dirents);
_this.$('th .checkbox').removeClass('checkbox-checked');
_this.$('th [type=checkbox]').prop('checked', false);
_this.$('#multi-dirents-op').hide();
_this.$('#cur-dir-ops').show();
_this.updateDirOpBarUI();