mirror of
https://github.com/redmine/redmine.git
synced 2025-11-10 15:26:03 +01:00
fix repository tree can't handle two loading at once (#13348)
Contributed by Vadim Pushtaev. git-svn-id: http://svn.redmine.org/redmine/trunk@12274 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -413,7 +413,7 @@ function expandScmEntry(id) {
|
||||
}
|
||||
|
||||
function scmEntryClick(id, url) {
|
||||
el = $('#'+id);
|
||||
var el = $('#'+id);
|
||||
if (el.hasClass('open')) {
|
||||
collapseScmEntry(id);
|
||||
el.addClass('collapsed');
|
||||
|
||||
Reference in New Issue
Block a user