I prefer icons on header
This commit is contained in:
parent
4c6c24856c
commit
0046409970
7 changed files with 81 additions and 152 deletions
|
@ -30,6 +30,10 @@ $ ->
|
|||
# Initialize tooltips
|
||||
$('.has_tooltip').tooltip()
|
||||
|
||||
# Bottom tooltip
|
||||
$('.has_bottom_tooltip').tooltip(placement: 'bottom')
|
||||
|
||||
|
||||
# Disable form buttons while a form is submitting
|
||||
$('body').on 'ajax:complete, ajax:beforeSend, submit', 'form', (e) ->
|
||||
buttons = $('[type="submit"]', @)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue