metamaps--metamaps/app/views/maps/destroy.js.erb

6 lines
131 B
Plaintext

/*
* @file
* Javascript run on destruction of a map. Fades it out from map index.
*/
$('#<%= dom_id(@map) %>').fadeOut('slow');