From ae5d3f882172ceca74ab630113d0981d0dc8cfc0 Mon Sep 17 00:00:00 2001 From: davvalent Date: Mon, 3 Apr 2023 00:05:19 -0400 Subject: [PATCH] =?UTF-8?q?fix:=20r=C3=A9assigner=20variable=20URI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/main.js b/js/main.js index 5fb1563..a2bdf01 100644 --- a/js/main.js +++ b/js/main.js @@ -133,7 +133,7 @@ console.log( devConsole("Dev triple store"); } } else { - URI.replace("http", "https"); + URI = URI.replace("http", "https"); } /**