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

[repo details] improvement

This commit is contained in:
llj
2017-06-28 11:37:52 +08:00
parent 88c79b4894
commit aa6416d30d
2 changed files with 4 additions and 4 deletions

View File

@@ -72,7 +72,7 @@ define([
clickItem: function(e) {
var target = e.target || event.srcElement;
if (this.$('td').is(target) &&
$('#repo-details').is(':visible')) { // after `#repo-details` is shown
$('#repo-details').css('right') == '0px') { // after `#repo-details` is shown
this.viewDetails();
}
},