From ee6a50fa8ca4869532d9d7306555d5e3d705b922 Mon Sep 17 00:00:00 2001 From: Ash Date: Thu, 2 Feb 2023 00:55:30 +0400 Subject: [PATCH] String colab fix --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 95fe18258..bf858d1cb 100644 --- a/public/index.html +++ b/public/index.html @@ -340,7 +340,7 @@ const getData = await response.json(); if(getData.colaburl != false){ is_colab = true; - let url = string.split("flare.com")[0] + "flare.com"; + let url = String(getData.colaburl).split("flare.com")[0] + "flare.com"; $('#api_url_text').val(url); setTimeout(function() { $('#api_button').click();