From ac695de7b0c81dc9fa15dac283a67e7b99865d8f Mon Sep 17 00:00:00 2001 From: asandikci Date: Sun, 25 Jun 2023 19:08:43 +0300 Subject: [PATCH] refactor: remove wrong comment line --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index dfaa141..0238662 100644 --- a/index.html +++ b/index.html @@ -20,7 +20,7 @@ var c = "https://l.aliberksandikci.com.tr/" + b; var d = " l.aliberksandikci.com.tr/" + b; document.getElementById("info2").innerHTML = d; - // window.location.replace(c); + window.location.replace(c); }