[-] 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:
vChabot
2012-01-13 15:02:58 +00:00
parent 35c50157f5
commit 32ab792e18
@@ -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);