Commit 5872b10d authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix loading commit history for tree view

parent bfaa3edb
...@@ -46,6 +46,6 @@ ...@@ -46,6 +46,6 @@
:javascript :javascript
// Load last commit log for each file in tree // Load last commit log for each file in tree
$(window).load(function(){ $('#tree-slider').waitForImages(function() {
ajaxGet('#{@logs_path}'); ajaxGet('#{@logs_path}');
}); });
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment