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