Fix Safari preselect API and inflated <br> blocks

This commit is contained in:
SillyLossy
2023-05-29 22:23:57 +03:00
parent a380840719
commit 3636853d32
2 changed files with 3 additions and 2 deletions

View File

@@ -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"