Chore: enable brace-style eslint check (#5159)
* eslint: enable brace-style check * Fix jsdoc and color * fix: correct CSS color syntax in CreateZenSliders function
This commit is contained in:
@@ -209,8 +209,7 @@ async function recreateStats() {
|
||||
if (!response.ok) {
|
||||
toastr.error('Stats could not be loaded. Try reloading the page.');
|
||||
throw new Error('Error getting stats');
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
toastr.success('Stats file recreated successfully!');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user