Fix not-working team memebership permissions change
This commit is contained in:
parent
1481d1cfe0
commit
97de6f851b
3 changed files with 28 additions and 21 deletions
|
@ -49,6 +49,10 @@ $ ->
|
|||
# Bottom tooltip
|
||||
$('.has_bottom_tooltip').tooltip(placement: 'bottom')
|
||||
|
||||
# Form submitter
|
||||
$('.trigger-submit').on 'change', ->
|
||||
$(@).parents('form').submit()
|
||||
|
||||
# Flash
|
||||
if (flash = $("#flash-container")).length > 0
|
||||
flash.click -> $(@).slideUp("slow")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue