shx-3d-render
parent
d2d8921231
commit
fa71192713
|
@ -482,7 +482,7 @@
|
||||||
|
|
||||||
// the the last - and get the id
|
// the the last - and get the id
|
||||||
let inputID = target.id.slice(0, target.id.lastIndexOf('-'));
|
let inputID = target.id.slice(0, target.id.lastIndexOf('-'));
|
||||||
let filamentID = target.id.slice(inputID.indexOf('-') + 1);
|
let filamentID = target.id.slice(inputID.lastIndexOf('-') + 1);
|
||||||
|
|
||||||
console.log("input.id", target.id, "inputID", inputID, "filamentID", filamentID);
|
console.log("input.id", target.id, "inputID", inputID, "filamentID", filamentID);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue