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