瀏覽代碼

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…
取消
儲存