1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-02 07:27:04 +00:00

fixed UI bugs for mv/del selected dirents; modified 'avatar'

This commit is contained in:
llj
2017-06-30 13:39:30 +08:00
parent b2cc92da36
commit a4d5736c68
3 changed files with 5 additions and 3 deletions

View File

@@ -1000,6 +1000,7 @@ define([
_this.$('th .checkbox').removeClass('checkbox-checked');
_this.$('#multi-dirents-op').hide();
_this.$('#cur-dir-ops').show();
_this.updateDirOpBarUI();
} else {
$(selected_dirents).each(function() {
if (data['deleted'].indexOf(this.get('obj_name')) != -1) {
@@ -1144,6 +1145,7 @@ define([
_this.$('th .checkbox').removeClass('checkbox-checked');
_this.$('#multi-dirents-op').hide();
_this.$('#cur-dir-ops').show();
_this.updateDirOpBarUI();
} else {
$(dirs).each(function() {
if (this.get('obj_name') in data['success']) {