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