// delete debug

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10227 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vSchoener
2011-11-17 16:39:43 +00:00
parent e050010261
commit 1ca36181db
@@ -42,7 +42,6 @@
$('#' + '{$defaultType}').fadeIn('fast');
$('.datepicker').each(function() {
console.log($(this));
$(this).datepicker({
prevText: '',
nextText: '',
@@ -53,8 +52,7 @@
$('.formAccountingExport form input[type="submit"]').each(function()
{
$(this).click(function() {
dateRegex = /^[2-9]\d{2}-\d{3}-\d{4}$/
return false;
// TODO : Handle errors
});
});
});