From 745c02e7c84cab6937aa9f96cec3371dee8efbe1 Mon Sep 17 00:00:00 2001 From: pedromuniz378 Date: Mon, 9 Oct 2023 11:39:48 -0300 Subject: [PATCH] Testando state --- index.html | 2 +- scripts.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 5872c75..72b7761 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@

Código gerado pela API

-

+

xsoamxpoams

diff --git a/scripts.js b/scripts.js index c7d6012..b141421 100644 --- a/scripts.js +++ b/scripts.js @@ -8,6 +8,7 @@ function getParams() { } else { code.textContent = 'Sem informações!'; } + var state = document.getElementById("state"); if (params.get('state') != null) { state.textContent = params.get('state');