Sha256: 028185316128839713bd2fe27791b37f662d4941f02850a1b40a7c85a5e51558

Contents?: true

Size: 123 Bytes

Versions: 6

Compression:

Stored size: 123 Bytes

Contents

(function($){
	var el = $('.tree [data-id=<%= node.id %>]');
	el.slideUp((function(){
		el.remove();
	}))
})(window.jQuery)

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
amalgam-2.1.4.1 app/views/amalgam/admin/tree/_destroy.js.erb
amalgam-2.1.4 app/views/amalgam/admin/tree/_destroy.js.erb
amalgam-2.1.3.1 app/views/amalgam/admin/tree/_destroy.js.erb
amalgam-2.1.3 app/views/amalgam/admin/tree/_destroy.js.erb
amalgam-2.1.2 app/views/amalgam/admin/tree/_destroy.js.erb
amalgam-2.1.1 app/views/amalgam/admin/tree/_destroy.js.erb