refactor: remove wrong comment line

This commit is contained in:
Aliberk Sandıkçı 2023-06-25 19:08:43 +03:00
parent 8517e9fa05
commit ac695de7b0
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
var c = "https://l.aliberksandikci.com.tr/" + b;
var d = "<a href='" + c + "'> l.aliberksandikci.com.tr/" + b;
document.getElementById("info2").innerHTML = d;
// window.location.replace(c);
window.location.replace(c);
}
</script>
</body>