HEX
Server: Apache/2.4.65 (Debian)
System: Linux web6 5.10.0-36-amd64 #1 SMP Debian 5.10.244-1 (2025-09-29) x86_64
User: innocamp (1028)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /home/youtil/.Trash/public_html-02/wp-content/plugins/gravityforms/js/datepicker.min.js
function gformInitDatepicker(){jQuery(".datepicker").each(function(){gformInitSingleDatepicker(jQuery(this))})}function gformInitSingleDatepicker(e){var t=e.attr("id")?e.attr("id"):"",a={yearRange:"-100:+20",showOn:"focus",dateFormat:"mm/dd/yy",changeMonth:!0,changeYear:!0,suppressDatePicker:!1,onClose:function(){e.focus();var t=this;this.suppressDatePicker=!0,setTimeout(function(){t.suppressDatePicker=!1},200)},beforeShow:function(t,e){return!this.suppressDatePicker}};e.hasClass("dmy")?a.dateFormat="dd/mm/yy":e.hasClass("dmy_dash")?a.dateFormat="dd-mm-yy":e.hasClass("dmy_dot")?a.dateFormat="dd.mm.yy":e.hasClass("ymd_slash")?a.dateFormat="yy/mm/dd":e.hasClass("ymd_dash")?a.dateFormat="yy-mm-dd":e.hasClass("ymd_dot")&&(a.dateFormat="yy.mm.dd"),e.hasClass("datepicker_with_icon")&&(a.showOn="both",a.buttonImage=e.parent().siblings("[id^='gforms_calendar_icon_input']").val(),a.buttonImageOnly=!0,a.buttonText=""),t=t.split("_"),a=gform.applyFilters("gform_datepicker_options_pre_init",a,t[1],t[2]),e.datepicker(a),e.is(":input")&&e.click(function(){e.datepicker("show")})}jQuery(document).ready(gformInitDatepicker);