diff --git a/modules/editor/components/poll_maker/tpl/popup.html b/modules/editor/components/poll_maker/tpl/popup.html index dfc62009e..05bfe1ed8 100644 --- a/modules/editor/components/poll_maker/tpl/popup.html +++ b/modules/editor/components/poll_maker/tpl/popup.html @@ -31,7 +31,7 @@ $(function(){ , onSelect:function(){ $(this).prev('input[type="hidden"]').val(this.value.replace(/-/g,"")); } - ,minDate: new Date("{date('Y-m-d',time()+60*60*24*30)}") + ,minDate: new Date("{date('Y-m-d',time())}") }; $.extend(option,$.datepicker.regional['{$lang_type}']); $(".inputDate").datepicker(option);