Sha256: d0af7d8e5c265954447049e295b869a12cb104c802ab9b9aab2ab39c2b10f22f
Contents?: true
Size: 325 Bytes
Versions: 145
Compression:
Stored size: 325 Bytes
Contents
# Prevent non-currency buttons from being pressed $(document).on 'click', 'span[data-effective-password]', (event) -> $obj = $(event.currentTarget) $input = $obj.closest('.input-group') $input.find('input').attr('type', $obj.data('effective-password')) $input.find('span[data-effective-password]').toggle() false
Version data entries
145 entries across 145 versions & 1 rubygems