Skip to content

Commit

Permalink
Removed Trailing Whitespace
Browse files Browse the repository at this point in the history
Signed-off-by: Kartik Kathuria <kathuriakartik0@gmail.com>
  • Loading branch information
kartik1000 committed Mar 1, 2019
1 parent bccf73d commit e22a943
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/export.js
Expand Up @@ -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');
Expand All @@ -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')) {
Expand Down

0 comments on commit e22a943

Please sign in to comment.