Auto detect hostname

This commit is contained in:
ChrisStone07 2020-02-22 13:29:26 +05:30
parent 9b7c864d19
commit 86b867d366

View File

@ -65,6 +65,8 @@
"Finalizing"
];
document.getElementById('uriInput').value = window.location.hostname;
var loadingIndex = 0;
var isDone = false;
$('#gobuild').click((e) => {