Add files via upload

This commit is contained in:
Rodrigo Emanuel
2025-05-12 15:36:21 -03:00
committed by GitHub
parent 6b31fb3b9e
commit 631f07b775
4 changed files with 3 additions and 21 deletions

View File

@@ -160,12 +160,8 @@ async function pushChangeEvents() {
async function generateUrl() {
document.getElementById("outputUrl").value = '';
var runThisLocally = document.querySelector("input[type=checkbox][name=runThisLocally]").checked;
var baseUrl = '';
if (runThisLocally == false) {
baseUrl = 'https://vortisrd.github.io/chatrd/chat.html'
}
var baseUrl = 'https://vortisrd.github.io/chatrd/chat.html';
const checkboxes = document.querySelectorAll("input[type=checkbox]:not(.avoid)");
const textfields = document.querySelectorAll("input[type=text]:not(.avoid)");