Merge branch 'fix-branch-contains' into 'master'

Prevent doubling AJAX request with each commit visit via Turbolink

Be careful with `document.ready` in views 😃

cc @vsizov @marin

See merge request !454
This commit is contained in:
Dmitriy Zaporozhets
2015-03-26 00:59:41 +00:00
2 changed files with 2 additions and 2 deletions
+1
View File
@@ -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)
@@ -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)}")