From 5872b10de537dd120aa30b72f4fa0e8eb7472ecd Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Mon, 29 Apr 2013 13:18:08 +0300 Subject: [PATCH] Fix loading commit history for tree view --- app/views/tree/_tree.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/tree/_tree.html.haml b/app/views/tree/_tree.html.haml index a98a44e90dd..cc45faa1459 100644 --- a/app/views/tree/_tree.html.haml +++ b/app/views/tree/_tree.html.haml @@ -46,6 +46,6 @@ :javascript // Load last commit log for each file in tree - $(window).load(function(){ + $('#tree-slider').waitForImages(function() { ajaxGet('#{@logs_path}'); });