mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix Safari preselect API and inflated <br> blocks
This commit is contained in:
@@ -3937,6 +3937,7 @@ async function getSettings(type) {
|
||||
//Load which API we are using
|
||||
if (settings.main_api != undefined) {
|
||||
main_api = settings.main_api;
|
||||
$('#main_api').val(main_api);
|
||||
$("#main_api option[value=" + main_api + "]").attr(
|
||||
"selected",
|
||||
"true"
|
||||
|
Reference in New Issue
Block a user