mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Disabled datepicker localization
This commit is contained in:
parent
29e90cae0b
commit
5aa64523dc
@ -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);
|
||||||
|
@ -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 -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user