HEX
Server: Apache
System: Linux volt.webunbounded.cloud 5.14.0-611.49.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Apr 21 16:39:08 EDT 2026 x86_64
User: jengajungleco (1035)
PHP: 8.3.31
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/jengajungleco/public_html/wp-content/themes/grandrestaurant/js/custom-time.js
var tgStartTime = jQuery('#pp_reservation_start_time').val();
var tgEndTime = jQuery('#pp_reservation_end_time').val();
var tgStep = parseInt(jQuery('#pp_reservation_time_step').val());
var tgHoursFormat = jQuery('#pp_reservation_24hours').val();

if(tgHoursFormat == '') {
	tgHoursFormat = false;
}

jQuery('.pp_time').timePicker({step:tgStep, startTime:tgStartTime, endTime:tgEndTime,show24Hours:tgHoursFormat});