Loading web/_js/main/draw.js +2 −1 Original line number Diff line number Diff line Loading @@ -277,8 +277,9 @@ function initDraw() { }) function generateExportObject() { //TODO: use an UUID? const exportObject = { id: entry ? entry.id : -1, id: entry ? entry.id : Math.floor(Math.random() * 9999999999), name: nameField.value, description: descriptionField.value, links: {}, Loading Loading
web/_js/main/draw.js +2 −1 Original line number Diff line number Diff line Loading @@ -277,8 +277,9 @@ function initDraw() { }) function generateExportObject() { //TODO: use an UUID? const exportObject = { id: entry ? entry.id : -1, id: entry ? entry.id : Math.floor(Math.random() * 9999999999), name: nameField.value, description: descriptionField.value, links: {}, Loading