Merge pull request #1440 from NARKOZ/patch-tree
don't load commit logs when viewing blob
This commit is contained in:
commit
9fb595eb35
|
@ -50,11 +50,12 @@
|
||||||
history.pushState({ path: this.path }, '', "#{@history_path}");
|
history.pushState({ path: this.path }, '', "#{@history_path}");
|
||||||
});
|
});
|
||||||
|
|
||||||
// Load last commit log for each file in tree
|
- unless tree.is_blob?
|
||||||
$(window).load(function(){
|
:javascript
|
||||||
ajaxGet('#{@logs_path}');
|
// Load last commit log for each file in tree
|
||||||
});
|
$(window).load(function(){
|
||||||
|
ajaxGet('#{@logs_path}');
|
||||||
|
});
|
||||||
|
|
||||||
- if params[:path] && request.xhr?
|
- if params[:path] && request.xhr?
|
||||||
:javascript
|
:javascript
|
||||||
|
|
Loading…
Reference in a new issue