##// END OF EJS Templates
fix repository tree can't handle two loading at once (#13348)...
Toshi MARUYAMA -
r12044:8910b7c60583
parent child
Show More
@@ -413,7 +413,7 function expandScmEntry(id) {
413 413 }
414 414
415 415 function scmEntryClick(id, url) {
416 el = $('#'+id);
416 var el = $('#'+id);
417 417 if (el.hasClass('open')) {
418 418 collapseScmEntry(id);
419 419 el.addClass('collapsed');
General Comments 0
You need to be logged in to leave comments. Login now