Ver Fonte

Typo !

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@4206 a333f486-631f-4898-b8df-5754b55c2be0
dflaven há 9 anos atrás
pai
commit
2ff10d9271
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      core/spreadsheetbulkexport.class.inc.php

+ 2 - 2
core/spreadsheetbulkexport.class.inc.php

@@ -74,8 +74,8 @@ class SpreadsheetBulkExport extends TabularBulkExport
 <<<EOF
 $('#spreadsheet_custom_date_time_format').tooltip({content: function() { return $sJSTooltip; } });
 $('#form_part_spreadsheet_options').on('preview_updated', function() { FormatDatesInPreview('spreadsheet', 'spreadsheet'); });
-$('#preadsheet_date_time_format_default').on('click', function() { FormatDatesInPreview('spreadsheet', 'spreadsheet'); });
-$('#preadsheet_date_time_format_custom').on('click', function() { FormatDatesInPreview('spreadsheet', 'spreadsheet'); });
+$('#spreadsheet_date_time_format_default').on('click', function() { FormatDatesInPreview('spreadsheet', 'spreadsheet'); });
+$('#spreadsheet_date_time_format_custom').on('click', function() { FormatDatesInPreview('spreadsheet', 'spreadsheet'); });
 $('#spreadsheet_custom_date_time_format').on('click', function() { $('#spreadsheet_date_time_format_custom').prop('checked', true); });
 $('#spreadsheet_custom_date_time_format').on('click', function() { $('#spreadsheet_date_time_format_custom').prop('checked', true); FormatDatesInPreview('spreadsheet', 'spreadsheet'); }).on('keyup', function() { FormatDatesInPreview('spreadsheet', 'spreadsheet'); });											
 EOF