mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
remove log
This commit is contained in:
parent
acf587b640
commit
e39a63f560
2 changed files with 2 additions and 2 deletions
|
|
@ -1157,7 +1157,7 @@ function addStylePreset() {
|
|||
localStorage.setItem(preset, styleSaverJSON.value); // save preset
|
||||
$('#styleSaver').dialog('close');
|
||||
removeStyleButton.style.display = 'inline-block';
|
||||
tip('Style preset is saved', false, 'warn', 4000);
|
||||
tip('Style preset is saved', false, 'success', 4000);
|
||||
}
|
||||
|
||||
function styleDownload() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue