metamaps--metamaps/app/views/maps/savelayout.js.erb
2014-02-20 17:22:13 -08:00

7 lines
188 B
Plaintext

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