Disabled datepicker localization
This commit is contained in:
parent
29e90cae0b
commit
5aa64523dc
2 changed files with 5 additions and 1 deletions
|
|
@ -389,6 +389,7 @@ class PaymentController extends BaseController
|
|||
'currencyId' => 1,
|
||||
'paymentTitle' => $affiliate->payment_title,
|
||||
'paymentSubtitle' => $affiliate->payment_subtitle,
|
||||
'showAddress' => true,
|
||||
];
|
||||
|
||||
return View::make('payments.payment', $data);
|
||||
|
|
|
|||
|
|
@ -53,10 +53,13 @@
|
|||
'sSearch': ''
|
||||
}
|
||||
} );
|
||||
|
||||
|
||||
/*
|
||||
$.extend( true, $.fn.datepicker.defaults, {
|
||||
language:'{{App::getLocale()}}'
|
||||
});
|
||||
*/
|
||||
|
||||
</script>
|
||||
|
||||
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue