Commit 87e7ab07 authored by Jérome Perrin's avatar Jérome Perrin

fixup! remove some not used code

parent 9c890b0c
...@@ -111,7 +111,7 @@ ...@@ -111,7 +111,7 @@
value[preference_key] = preference_value; value[preference_key] = preference_value;
}); });
dream_instance.newElement(value); dream_instance.newElement(value);
dream_instance.updateElementData(element_id, {data: value.data || {}}); dream_instance.updateElementData(value.id, {data: value.data || {}});
}); });
// Now link elements between them and update id_container // Now link elements between them and update id_container
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment