Added EventFilter class. Compeleted first version of dashbaord filtering
This commit is contained in:
parent
ba567c8d76
commit
f555578414
10 changed files with 137 additions and 1 deletions
|
@ -27,6 +27,9 @@ $ ->
|
|||
# Initialize chosen selects
|
||||
$('select.chosen').chosen()
|
||||
|
||||
# Initialize tooltips
|
||||
$('.has_tooltip').tooltip()
|
||||
|
||||
# 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