Disabled datepicker localization

This commit is contained in:
Hillel Coren 2015-08-03 11:52:47 +03:00
parent 29e90cae0b
commit 5aa64523dc
2 changed files with 5 additions and 1 deletions

View File

@ -389,6 +389,7 @@ class PaymentController extends BaseController
'currencyId' => 1, 'currencyId' => 1,
'paymentTitle' => $affiliate->payment_title, 'paymentTitle' => $affiliate->payment_title,
'paymentSubtitle' => $affiliate->payment_subtitle, 'paymentSubtitle' => $affiliate->payment_subtitle,
'showAddress' => true,
]; ];
return View::make('payments.payment', $data); return View::make('payments.payment', $data);

View File

@ -53,10 +53,13 @@
'sSearch': '' 'sSearch': ''
} }
} ); } );
/*
$.extend( true, $.fn.datepicker.defaults, { $.extend( true, $.fn.datepicker.defaults, {
language:'{{App::getLocale()}}' language:'{{App::getLocale()}}'
}); });
*/
</script> </script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->