summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/ci/application.js.coffee
blob: ca24c1d759f8798595649fc3176ffdd3974e0d6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#= require pager
#= require jquery_nested_form
#= require_tree .

$(document).on 'click', '.assign-all-runner', ->
  $(this).replaceWith('<i class="fa fa-refresh fa-spin"></i> Assign in progress..')

window.unbindEvents = ->
  $(document).unbind('scroll')
  $(document).off('scroll')

document.addEventListener("page:fetch", unbindEvents)