diff --git a/module/file/view/export.html.php b/module/file/view/export.html.php index 5f07d7516e..41b0bec6b6 100644 --- a/module/file/view/export.html.php +++ b/module/file/view/export.html.php @@ -40,6 +40,7 @@ function switchEncode(fileType) $('#encode').attr('disabled', 'disabled'); } } +$(document).ready(function(){$('#fileType').change();});