Sha256: 1787e0cdf83d40a09e95169102f349d72242ee064afa4d9614f67ce9ddcefe1c
Contents?: true
Size: 340 Bytes
Versions: 3
Compression:
Stored size: 340 Bytes
Contents
$(document).ready -> # In the user_group_memberships#index table, # this removes the tr when confirming membership deletion. # # The deletion itself is handled by rails: # remove_button helper. # $("table.memberships .remove_button").on 'confirm:complete', (e, answer)-> if (answer) $(this).closest('tr').remove()
Version data entries
3 entries across 3 versions & 1 rubygems