Skip to content

Commit d64cf56

Browse files
committed
hotfixes for merge conflict
1 parent 28298e1 commit d64cf56

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

app/static/main.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ function start_feature_read(plugin, feature, id) {
4444
tablecode = '<div class="input-group mt-2"><input type="text" class="form-control" placeholder="New ID" aria-label="data" aria-describedby="arg1-button" id="arg1"><button class="btn btn-outline-secondary" type="button" id="new_button" onclick="start_feature_create(\''+plugin+'\', \''+feature+'\', document.getElementById(\'arg1\').value)">NEW</button></div>'
4545
document.getElementById("results").innerHTML = tablecode
4646
}
47-
else
48-
dev_visiter_mode
47+
else {
4948
tablecode = '<table class="table"><thead><tr><th></th><th></th>'
5049
Object.keys(data['table'][0]).forEach((element) => tablecode+='<th scope="col">'+element.niceify()+'</th>');
5150
tablecode += '</tr></thead><tbody>'

0 commit comments

Comments
 (0)