Skip to content
Snippets Groups Projects
Commit 8570fa05 authored by Robin Leber's avatar Robin Leber
Browse files

nachtrag id

parent 6111c083
No related branches found
No related tags found
No related merge requests found
...@@ -62,7 +62,7 @@ function App() { ...@@ -62,7 +62,7 @@ function App() {
// Diagramm DIV droppable machen // Diagramm DIV droppable machen
$("#Diagram").droppable({ $("#Diagram").droppable({
drop: function (event, ui) { drop: function (event, ui) {
var id = shortenId(uuidv4()); var id = coorectId(uuidv4());
var clone = $(ui.helper).clone(true); var clone = $(ui.helper).clone(true);
clone.attr("id", id); clone.attr("id", id);
clone.appendTo(this); clone.appendTo(this);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment