6 lines
190 B
Text
6 lines
190 B
Text
/*
|
|
* @file
|
|
* Javascript executed when you save the layout of a map.
|
|
*/
|
|
$('#saveLayout').attr('value','Saved!');
|
|
setTimeout(function(){$('#saveLayout').attr('value','Save Layout')},1500);
|