remove log

This commit is contained in:
Azgaar 2021-07-09 20:46:32 +03:00
parent acf587b640
commit e39a63f560
2 changed files with 2 additions and 2 deletions

View file

@ -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() {