Display detected hostname

This commit is contained in:
ChrisStone07 2020-02-22 12:51:38 +05:30
parent 7b99230d81
commit ceab51ed30

View File

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