Issue #263 - dont display ajax loader on commit page if commits < limit
This commit is contained in:
parent
814eeb45e6
commit
32ebd438c2
2 changed files with 8 additions and 7 deletions
|
@ -20,7 +20,8 @@
|
|||
.loading{ :style => "display:none;"}
|
||||
%center= image_tag "ajax-loader.gif"
|
||||
|
||||
:javascript
|
||||
$(function(){
|
||||
CommitsList.init("#{@ref}", 20);
|
||||
});
|
||||
- if @commits.count == @limit
|
||||
:javascript
|
||||
$(function(){
|
||||
CommitsList.init("#{@ref}", 20);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue