Sha256: 63a8300f377a83cdab6a2dda81608a1acc1e5bf881f870046ed5f754e52cb841

Contents?: true

Size: 274 Bytes

Versions: 4

Compression:

Stored size: 274 Bytes

Contents

$(document).ready ->
  $.get '/workflow/user/stories', (data) ->
   $('#stories').html data
   
  $('#workflow_user_tabs a').click (e) ->
    e.preventDefault()
    
    $.get $(this).data('url'), (data) =>
      $($(this).attr('href')).html data
    
    $(this).tab 'show'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
voluntary-0.7.1 app/assets/javascripts/voluntary/workflow/user/index.js.coffee
voluntary-0.7.0 app/assets/javascripts/voluntary/workflow/user/index.js.coffee
voluntary-0.6.0 app/assets/javascripts/voluntary/workflow/user/index.js.coffee
voluntary-0.5.2 app/assets/javascripts/voluntary/workflow/user/index.js.coffee