Sha256: f0813c7ec887f523b2cb8069767d9b50a8934ae61bdfdc9cdcb81ae3a302c92a

Contents?: true

Size: 633 Bytes

Versions: 2

Compression:

Stored size: 633 Bytes

Contents

# This is a manifest file that'll be compiled into including all the files listed below.
# Add new JavaScript/Coffee code in separate files in this directory and they'll automatically
# be included in the compiled file accessible from http:#example.com/assets/activo-2.js
# It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
# the compiled file.
#
#= require jquery
#= require jquery-ui
#= require jquery_ujs
#= require_tree ./activo
#= require_self

$(document).ready =>
	$('#destroy-toggle').click ->
		state = $(this).is(':checked')
		$('[name="destroy_ids[]"]').attr('checked', state)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
activoate-0.8.1 app/assets/javascripts/activo.js.coffee
activoate-0.7.9 app/assets/javascripts/activo.js.coffee