Commit 9fb595eb authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #1440 from NARKOZ/patch-tree

don't load commit logs when viewing blob
parents 1c08cb40 5a907126
......@@ -50,11 +50,12 @@
history.pushState({ path: this.path }, '', "#{@history_path}");
});
// Load last commit log for each file in tree
$(window).load(function(){
ajaxGet('#{@logs_path}');
});
- unless tree.is_blob?
:javascript
// Load last commit log for each file in tree
$(window).load(function(){
ajaxGet('#{@logs_path}');
});
- if params[:path] && request.xhr?
:javascript
......
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