// delete debug

This commit is contained in:
vSchoener
2011-11-17 16:39:43 +00:00
parent f0d402bf43
commit c6b764dbe2
@@ -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
});
});
});