Sha256: b35a6a17462c23a7e7b3a625f1de6d392b74c042c29d271f3c5ba02ef3f96043
Contents?: true
Size: 687 Bytes
Versions: 40
Compression:
Stored size: 687 Bytes
Contents
<%= render_modal id: 'query_options_modal', title: t(:title_advanced_filters), large: true do %> <% render(template: 'symphonia/filters/options', formats: [:html]) %> <% end %> window.symphoniaFiltersForm = new SymphoniaFilter('symphonia_query_options_form') var $m = $(renderModal["query_options_modal"].footer); $m.prepend($("<%=j link_to(t(:button_reset), 'javascript:void(0)', onclick: %q{window.location = window.location.protocol + '//' + window.location.host + window.location.pathname + '?set_filter=0'}, class: 'btn btn-danger pull-left') %>")) $m.find("button")[0].onclick = window.symphoniaFiltersForm.submit; //initDatepicker(".symphonia-query-filters-selector .datepicker")
Version data entries
40 entries across 40 versions & 1 rubygems