mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 15:17:09 +00:00
Fix adding pools and remove debug
This commit is contained in:
1
view.js
1
view.js
@@ -154,7 +154,6 @@ function generateSet(data, struct) {
|
||||
$el.find('.dropdown-menu').append($item);
|
||||
}
|
||||
if (data) {
|
||||
console.log(data);
|
||||
let $setContainer = $('<div/>');
|
||||
for (let option of data) {
|
||||
let $item = $('<button type="button" onclick="removeFromSet(this, \'' + struct.id + '\')" />').addClass('btn btn-outline-danger bg-light btn-sm mr-2 mt-2');
|
||||
|
||||
Reference in New Issue
Block a user