mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-19 18:29:23 +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>
|
<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">
|
<h3 class="right-side-panel-title">
|
||||||
<img src="<%= icon_url %>" width="24" alt="" class="vam" />
|
<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>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="right-side-panel-con">
|
<div class="right-side-panel-con">
|
||||||
|
@@ -1013,7 +1013,7 @@ define([
|
|||||||
if (del_len > 0) {
|
if (del_len > 0) {
|
||||||
if (del_len == selected_names.length) {
|
if (del_len == selected_names.length) {
|
||||||
dirents.remove(selected_dirents);
|
dirents.remove(selected_dirents);
|
||||||
_this.$('th .checkbox').removeClass('checkbox-checked');
|
_this.$('th [type=checkbox]').prop('checked', false);
|
||||||
_this.$('#multi-dirents-op').hide();
|
_this.$('#multi-dirents-op').hide();
|
||||||
_this.$('#cur-dir-ops').show();
|
_this.$('#cur-dir-ops').show();
|
||||||
_this.updateDirOpBarUI();
|
_this.updateDirOpBarUI();
|
||||||
|
Reference in New Issue
Block a user