Refactor navigation links in HTML files
This commit is contained in:
@@ -25,10 +25,10 @@ function createCheckBox(id, label) {
|
||||
return response.json();
|
||||
})
|
||||
.then(data => {
|
||||
handleData(data);
|
||||
nodeInputs(data);
|
||||
})
|
||||
|
||||
function handleData(JSONdata) {
|
||||
function nodeInputs(JSONdata) {
|
||||
select = document.getElementById('node-input');
|
||||
|
||||
console.log(JSONdata);
|
||||
|
Reference in New Issue
Block a user