h
This commit is contained in:
@@ -1116,7 +1116,7 @@
|
|||||||
|
|
||||||
let content = '';
|
let content = '';
|
||||||
if (node.type === 'surplus') {
|
if (node.type === 'surplus') {
|
||||||
content = `<div style="color: var(--accent-orange); font-size: 0.8rem;">[ FROM SURPLUS ]</div>`;
|
content = `<div style="color: var(--accent-orange); font-size: 0.8rem;">[ FROM BYPRODUCTS ]</div>`;
|
||||||
} else if (hasRecipe && currentRecipe) {
|
} else if (hasRecipe && currentRecipe) {
|
||||||
content = `
|
content = `
|
||||||
<select class="recipe-select" onchange="changeRecipe('${node.id}', this.value)">
|
<select class="recipe-select" onchange="changeRecipe('${node.id}', this.value)">
|
||||||
|
|||||||
Reference in New Issue
Block a user