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

7 lines
188 B
Plaintext
Raw Normal View History

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