Sha256: 13f93bab0a02a0c6d0d5ae960ebb782612cbd4c5126f24f23afeaacfb880144c

Contents?: true

Size: 629 Bytes

Versions: 3

Compression:

Stored size: 629 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[]"]').attr('checked', state)

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
activoate-0.7.5 app/assets/javascripts/activo.js.coffee
activoate-0.7.2 app/assets/javascripts/activo.js.coffee
activoate-0.6.8 app/assets/javascripts/activo.js.coffee