Skip to content

Commit

Permalink
Fixed issue #12136: The central participant database does not export
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Mar 10, 2017
1 parent 414076e commit a991882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/admin/participantpanel.js
Expand Up @@ -117,7 +117,7 @@ LS.CPDB = (function() {
.attr('value', value)
.appendTo(dlForm);
});
dlForm.submit();
dlForm.appendTo('body').submit();
$(self).modal("hide");
});
$('#attributes')
Expand Down

0 comments on commit a991882

Please sign in to comment.