mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-19 10:26:17 +00:00
small fix
This commit is contained in:
@@ -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">
|
||||
|
@@ -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();
|
||||
|
Reference in New Issue
Block a user