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