Fix loading commit history for tree view
This commit is contained in:
parent
bfaa3edbf1
commit
5872b10de5
1 changed files with 1 additions and 1 deletions
|
@ -46,6 +46,6 @@
|
|||
|
||||
:javascript
|
||||
// Load last commit log for each file in tree
|
||||
$(window).load(function(){
|
||||
$('#tree-slider').waitForImages(function() {
|
||||
ajaxGet('#{@logs_path}');
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue