mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Colab fix
This commit is contained in:
@@ -340,11 +340,11 @@
|
||||
const getData = await response.json();
|
||||
if(getData.colaburl != false){
|
||||
is_colab = true;
|
||||
|
||||
$('#api_url_text').val(String(getData.colaburl).trim());
|
||||
let url = string.split("flare.com")[0] + "flare.com";
|
||||
$('#api_url_text').val(url);
|
||||
setTimeout(function() {
|
||||
$('#api_button').click();
|
||||
}, 3000);
|
||||
}, 2000);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user