Sha256: 9bac963130d63e52c2412effed80dfb90e7fe8e143810ab296ee72921a85788f
Contents?: true
Size: 489 Bytes
Versions: 45
Compression:
Stored size: 489 Bytes
Contents
# Initializers $ -> # jQuery datepickers (also evaluates dynamically added HTML) $(document).on 'focus', '.datepicker:not(.hasDatepicker)', -> $(@).datepicker dateFormat: 'yy-mm-dd' # Clear Filters button $('.clear_filters_btn').click -> window.location.search = '' # Batch Actions dropdown $('.dropdown_button').popover() # Filter form: don't send any inputs that are empty $('#q_search').submit -> $(@).find(':input[value=""]').attr 'disabled', 'disabled'
Version data entries
45 entries across 45 versions & 1 rubygems