Removed ribbon UI reference
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user