T128 host displayed

This commit is contained in:
2021-01-11 14:16:16 +01:00
parent cf39f20316
commit 078cf58b8b
3 changed files with 10 additions and 2 deletions

View File

@@ -17,6 +17,8 @@ var myList, data, previousSort;
state.querySet = listForPagination;
buildTable();
var pubhost = location.hostname;
document.getElementById("pubhost").innerHTML = location.hostname;
document.querySelector('#btn-list-1').addEventListener('click', function() {
var x = document.getElementById("list-wrapper");