Removed ribbon UI reference

This commit is contained in:
2021-01-18 14:43:15 +01:00
parent 38c4687a78
commit cc607be3dd
3 changed files with 49 additions and 78 deletions

View File

@@ -1,3 +1,6 @@
var pubhost = location.hostname;
document.getElementById("pubhost").innerHTML = location.hostname;
var state = {
'querySet': [{
"clientUUID": "436c4774-038f-4540-9c18-2691ca9b53d4",
@@ -17,8 +20,7 @@ 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");