Removed Trailing Whitespace

Signed-off-by: Kartik Kathuria <kathuriakartik0@gmail.com>
This commit is contained in:
Kartik Kathuria 2019-03-02 00:42:02 +05:30
parent bccf73d6ed
commit e22a943ef5

View File

@ -309,7 +309,7 @@ AJAX.registerOnload('export.js', function () {
});
// When MS Excel is selected as the Format automatically Switch to Character Set as windows-1252
$('#plugins').change(function () {
$('#plugins').change(function () {
var selected_plugin_name = $('#plugins').find('option:selected').val();
if(selected_plugin_name == "excel"){
$('#select_charset').val('windows-1252');
@ -318,7 +318,7 @@ AJAX.registerOnload('export.js', function () {
$('#select_charset').val('utf-8');
}
});
// For separate-file exports only ZIP compression is allowed
$('input[type="checkbox"][name="as_separate_files"]').on('change', function () {
if ($(this).is(':checked')) {