remove logic again because api takes care of it now

This commit is contained in:
Lisa P 2015-10-13 13:20:40 +02:00
parent e80c022874
commit 7d6dd75bdf

View File

@ -16,16 +16,7 @@ Route = TravisRoute.extend
$.ajax("#{apiEndpoint}/v3/repo/#{repoId}/branches?include=build.commit&limit=100", options).then (response) ->
allTheBranches = response.branches
defaultBranch = allTheBranches.filter (item, index) ->
item if item.repository.default_branch['@href'] == item['@href']
allTheBranches
unless defaultBranch.length == 1
$.ajax("#{apiEndpoint}/v3/repo/#{repoId}/branches?include=build.commit&limit=100&offset=1", options).then (response) ->
allTheBranches = allTheBranches.concat(response.branches)
allTheBranches
activate: () ->
$('.tab.tabs--main li').removeClass('active')