Remove trailing comma in Shop/Transaction JS so IE6 works.
This commit is contained in:
parent
36eead4e9c
commit
ff3bb6f5b9
2 changed files with 2 additions and 1 deletions
|
|
@ -794,7 +794,7 @@ STOP
|
|||
$output .= '{key:"amount", label:"'.$i18n->get('price').'",formatter:YAHOO.widget.DataTable.formatCurrency},';
|
||||
$output .= '{key:"statusCode", label:"'.$i18n->get('status code').'"},';
|
||||
$output .= '{key:"statusMessage", label:"'.$i18n->get('status message').'"},';
|
||||
$output .= '{key:"paymentDriverLabel", label:"'.$i18n->get('payment method').'"},';
|
||||
$output .= '{key:"paymentDriverLabel", label:"'.$i18n->get('payment method').'"}';
|
||||
$output .= <<STOP;
|
||||
];
|
||||
var myTable = new DataTable('dt', myColumnDefs, mySource, myTableConfig);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue