Commit b30c15b5 authored by Jérome Perrin's avatar Jérome Perrin

update general properties before exporting

parent a239d355
......@@ -238,6 +238,7 @@
// Enable "Export" button
$("#export").button().click(
function (e) {
dream_instance.readGeneralPropertiesDialog();
$('#export_json').val(JSON.stringify(dream_instance.getData()));
$('#export_form').submit();
return false;
......
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