Sha256: baa523b5864ef768317f6b1428398b08d84557038779a6de81ff8bd76bda9d31
Contents?: true
Size: 487 Bytes
Versions: 5
Compression:
Stored size: 487 Bytes
Contents
$(document).on "ready turbolinks:load page:load", -> $(".customer_vault form:not([action*=filters]) select[name*=tag]").not(".select2-hidden-accessible").map -> placeholder = $(this).attr("placeholder") $(this).select2 tags: true placeholder: placeholder $(".customer_vault .filters select[name*=tag]").not(".select2-hidden-accessible").map -> placeholder = $(this).attr("placeholder") $(this).select2 tags: false placeholder: placeholder
Version data entries
5 entries across 5 versions & 1 rubygems