Commit 5872b10de537dd120aa30b72f4fa0e8eb7472ecd

Authored by Dmitriy Zaporozhets
1 parent bfaa3edb

Fix loading commit history for tree view

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/tree/_tree.html.haml
@@ -46,6 +46,6 @@ @@ -46,6 +46,6 @@
46 46
47 :javascript 47 :javascript
48 // Load last commit log for each file in tree 48 // Load last commit log for each file in tree
49 - $(window).load(function(){ 49 + $('#tree-slider').waitForImages(function() {
50 ajaxGet('#{@logs_path}'); 50 ajaxGet('#{@logs_path}');
51 }); 51 });