1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 10:26:17 +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

@@ -133,7 +133,7 @@
<a href="#" title="{% trans "Close" %}" aria-label="{% trans "Close" %}" class="sf-popover-close js-close sf2-icon-x1 op-icon fleft"></a>
<h3 class="right-side-panel-title">
<img src="<%= icon_url %>" width="24" alt="" class="vam" />
<span class="vam"><%- name %></span>
<span class="vam ellipsis details-panel-item-name" title="<%- name %>"><%- name %></span>
</h3>
</div>
<div class="right-side-panel-con">

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();