Welcome to mirror list, hosted at ThFree Co, Russian Federation.

projects.js.coffee « ci « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7e028b4e115216e557728ca1928db877ef5f3f2e (plain)
1
2
3
4
5
6
$(document).on 'click', '.badge-codes-toggle', ->
  $('.badge-codes-block').toggleClass("hide")
  return false

$(document).on 'click', '.sync-now', ->
  $(this).find('i').addClass('fa-spin')