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

Merge pull request #1669 from haiwen/fix

fixed UI bugs for mv/del selected dirents; modified 'avatar'
This commit is contained in:
xiez
2017-07-03 15:00:18 +08:00
committed by GitHub
4 changed files with 6 additions and 4 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']) {