[-] BO : BugFix : #PSTEST-470 : calendar is now opening again with datepicker
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12413 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -247,6 +247,12 @@
|
||||
</table>
|
||||
|
||||
<script type="text/javascript">
|
||||
$('.datepicker').datepicker({
|
||||
prevText: '',
|
||||
nextText: '',
|
||||
dateFormat: 'yy-mm-dd'
|
||||
});
|
||||
|
||||
var showAjaxError = function(msg)
|
||||
{
|
||||
$('#available_quantity_ajax_error_msg').html(msg);
|
||||
|
||||
Reference in New Issue
Block a user