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:
@@ -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();
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user