PATH:
home
/
letacommog
/
lavenue
/
wp-content
/
plugins
/
restaurant-reservations
/
lib
/
simple-admin-pages
/
js
/** * 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' ) ); }); });
[+]
..
[-] address.js
[edit]
[-] scheduler.js
[edit]
[-] opening-hours.js
[edit]