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 -1
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}');
});