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

7 lines
182 B
Plaintext

/*
* @file
* Javascript executed when you save the layout of a map.
*/
$('.wandSaveLayout').html('Saved!');
setTimeout(function(){$('.wandSaveLayout').html('Save Layout')},1500);