mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
lint: Require semicolons
This commit is contained in:
@ -104,7 +104,7 @@ class PresetManager {
|
||||
|
||||
async updatePreset() {
|
||||
const selected = $(this.select).find('option:selected');
|
||||
console.log(selected)
|
||||
console.log(selected);
|
||||
|
||||
if (selected.val() == 'gui') {
|
||||
toastr.info('Cannot update GUI preset');
|
||||
@ -420,4 +420,4 @@ jQuery(async () => {
|
||||
await presetManager.deleteCurrentPreset();
|
||||
saveSettingsDebounced();
|
||||
});
|
||||
})
|
||||
});
|
||||
|
Reference in New Issue
Block a user