WS_OK_7.4.33 HEX
HEX
Server: nginx/1.21.4
System: Linux v12674 6.8.0-85-generic #85-Ubuntu SMP PREEMPT_DYNAMIC Thu Sep 18 15:26:59 UTC 2025 x86_64
User: endtheignorance (1014)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
Upload Files
File: /storage/v12674/lcanorthpittsburgh/public_html/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);