Fix loading commit history for tree view

This commit is contained in:
Dmitriy Zaporozhets 2013-04-29 13:18:08 +03:00
parent bfaa3edbf1
commit 5872b10de5
1 changed files with 1 additions and 1 deletions

View File

@ -46,6 +46,6 @@
:javascript
// Load last commit log for each file in tree
$(window).load(function(){
$('#tree-slider').waitForImages(function() {
ajaxGet('#{@logs_path}');
});