mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Replace lines that you definitely already had...
This commit is contained in:
@@ -8523,6 +8523,8 @@ $(document).ready(function () {
|
||||
}
|
||||
|
||||
const response = await request.json();
|
||||
await loadExtensionSettings(settings);
|
||||
eventSource.emit(event_types.EXTENSION_SETTINGS_LOADED);
|
||||
toastr.success(`Extension "${response.display_name}" by ${response.author} (version ${response.version}) has been imported successfully!`, 'Extension import successful');
|
||||
console.debug(`Extension "${response.display_name}" has been imported successfully at ${response.extensionPath}`);
|
||||
});
|
||||
|
Reference in New Issue
Block a user