tbrehm
2010-03-03 94c3ec8a26a755d567a31188dab63cb96febfb77
Fixed: FS#1093 - now-button in autoresponder form not working correctly.
1 files modified
1 ■■■■ changed files
interface/web/js/uni-form/uni-form.jquery.js 1 ●●●● patch | view | raw | blame | history
interface/web/js/uni-form/uni-form.jquery.js
@@ -82,6 +82,7 @@
                break;
            case 'month':
                unit_value = now.getMonth() + 1;
                if(unit_value < 10) unit_value = '0'+unit_value;
                break;
            case 'year':
                unit_value = now.getFullYear();