Sha256: 6167536d1a5885a8b3ca2e40c1e92b996a9e617f05c06c17be95d893c49873d9
Contents?: true
Size: 372 Bytes
Versions: 3
Compression:
Stored size: 372 Bytes
Contents
$(document).ready -> $('#user_incognito').change -> $.ajax({ type: 'PUT', url: $(this).data('url'), data: { user: { incognito: $('#user_incognito').prop('checked') } } }) if $('#user_incognito').prop('checked') == true $('.my_indicator').hide() else $('.my_indicator').show()
Version data entries
3 entries across 3 versions & 1 rubygems