Sha256: 0e9a009cdc3e3a0c11627aad982e3d8e113c358fb072d88fe7d6a5c3791346de
Contents?: true
Size: 390 Bytes
Versions: 37
Compression:
Stored size: 390 Bytes
Contents
var $votings = $('#votings'); var $votingsCount = $('#votings-count'); var $orderFilterInput = $('.order_filter'); $votings.html('<%= j(render partial: "votings") %>'); $votingsCount.html('<%= j(render partial: "count", locals: { count: paginated_votings.count }) %>'); $orderFilterInput.val('<%= order %>'); var $dropdownMenu = $('.dropdown.menu', $votings); $dropdownMenu.foundation();
Version data entries
37 entries across 37 versions & 1 rubygems