Prevent doubling AJAX request with each commit visit via Turbolink

This commit is contained in:
Dmitriy Zaporozhets 2015-03-25 15:47:31 -07:00
parent 99fcb80eb7
commit 8b7aedad2b
2 changed files with 2 additions and 2 deletions

View File

@ -40,6 +40,7 @@ v 7.10.0 (unreleased)
- Make Git-over-SSH errors more descriptive. - Make Git-over-SSH errors more descriptive.
- Send EmailsOnPush email when branch or tag is created or deleted. - Send EmailsOnPush email when branch or tag is created or deleted.
- Faster merge request processing for large repository - Faster merge request processing for large repository
- Prevent doubling AJAX request with each commit visit via Turbolink
v 7.9.0 v 7.9.0
- Add HipChat integration documentation (Stan Hu) - Add HipChat integration documentation (Stan Hu)

View File

@ -48,5 +48,4 @@
= preserve(gfm(escape_once(@commit.description))) = preserve(gfm(escape_once(@commit.description)))
:coffeescript :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)}")