소스 검색

Merged r12274 from trunk to 2.3-stable (#13348)

fix repository tree can't handle two loading at once.

Contributed by Vadim Pushtaev.

git-svn-id: http://svn.redmine.org/redmine/branches/2.3-stable@12275 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/2.3.4
Toshi MARUYAMA 10 년 전
부모
커밋
d291012b29
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      public/javascripts/application.js

+ 1
- 1
public/javascripts/application.js 파일 보기

@@ -407,7 +407,7 @@ function expandScmEntry(id) {
}

function scmEntryClick(id, url) {
el = $('#'+id);
var el = $('#'+id);
if (el.hasClass('open')) {
collapseScmEntry(id);
el.addClass('collapsed');

Loading…
취소
저장