Sha256: 17f0e3c7ad68e9d25dfbfda06369f61614b8515bebfc2fe0442ee914f12c4298
Contents?: true
Size: 482 Bytes
Versions: 51
Compression:
Stored size: 482 Bytes
Contents
var $results = $('#results'); var $filters = $('.search-filters'); var $count = $('#search-count'); $results.html('<%= j(cell("decidim/search_results", @sections, params: params).show).strip.html_safe %>'); $filters.html('<%= j(render partial: "filters").strip.html_safe %>'); $count.html('<%= j(render partial: "count").strip.html_safe %>'); if (window.Decidim.DataPicker) { window.theDataPicker = new window.Decidim.DataPicker($(".data-picker")); } $(document).foundation();
Version data entries
51 entries across 51 versions & 1 rubygems