Fix export modal selected file format

This commit is contained in:
JonnyWong16 2020-08-04 09:26:48 -07:00
parent e82ad09a8d
commit 42856e5ac8
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -67,7 +67,7 @@ DOCUMENTATION :: END
$("#export_metadata").click(function() {
var section_id = $('#section_id').val();
var rating_key = $('#rating_key').val();
var file_format = $('#file_format').val();
var file_format = $('#file_format option:selected').val();
$.ajax({
url: 'export_metadata',