Skip to content
Snippets Groups Projects
Commit 8b7aedad authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Prevent doubling AJAX request with each commit visit via Turbolink

parent 99fcb80e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -40,6 +40,7 @@ v 7.10.0 (unreleased)
- Make Git-over-SSH errors more descriptive.
- Send EmailsOnPush email when branch or tag is created or deleted.
- Faster merge request processing for large repository
- Prevent doubling AJAX request with each commit visit via Turbolink
 
v 7.9.0
- Add HipChat integration documentation (Stan Hu)
Loading
Loading
Loading
Loading
@@ -48,5 +48,4 @@
= preserve(gfm(escape_once(@commit.description)))
 
:coffeescript
$ ->
$(".commit-info-row.branches").load("#{branches_namespace_project_commit_path(@project.namespace, @project, @commit.id)}")
$(".commit-info-row.branches").load("#{branches_namespace_project_commit_path(@project.namespace, @project, @commit.id)}")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment