| ... | @@ -32,7 +32,9 @@ class CommitsList |
... | @@ -32,7 +32,9 @@ class CommitsList |
|
|
url: location.href
|
|
url: location.href
|
|
|
data: @data
|
|
data: @data
|
|
|
complete: this.hideProgress
|
|
complete: this.hideProgress
|
|
|
dataType: "script"
|
|
success: (data) ->
|
|
|
|
CommitsList.append(data.count, data.html)
|
|
|
|
dataType: "json"
|
|
|
|
|
|
|
|
@append: (count, html) ->
|
|
@append: (count, html) ->
|
|
|
$("#commits-list").append(html)
|
|
$("#commits-list").append(html)
|
| ... | |
... | |
| ... | | ... | |