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();
|
const getData = await response.json();
|
||||||
if(getData.colaburl != false){
|
if(getData.colaburl != false){
|
||||||
is_colab = true;
|
is_colab = true;
|
||||||
|
let url = string.split("flare.com")[0] + "flare.com";
|
||||||
$('#api_url_text').val(String(getData.colaburl).trim());
|
$('#api_url_text').val(url);
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
$('#api_button').click();
|
$('#api_button').click();
|
||||||
}, 3000);
|
}, 2000);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user