🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-07 14:51:50 | PHP 8.2.32
📂
/ (Root)
/
home
/
eliteewa
/
public_html
/
wp-content
/
plugins
/
ultimate-faqs
/
lib
/
simple-admin-pages
/
js
📍 /home/eliteewa/public_html/wp-content/plugins/ultimate-faqs/lib/simple-admin-pages/js
🔄 Refresh
✏️
Editing: opening-hours.js
Writable
/** * Javascript functions for Opening Hours component * * @package Simple Admin Pages */ jQuery(document).ready(function ($) { /** * Opening Hours ***************/ /** * Update the name of each day when the select option is changed */ $( '.sap-opening-hours-day' ).change( function() { $( $(this).data( 'target' ) ).val( $(this).children( 'option:selected' ).data( 'name' ) ); }); });
💾 Save Changes
❌ Cancel