master 1.4.1e
Marc CHEVALDONNE 2 years ago
parent 4d2538dc6e
commit c4fe6e614e

@ -424,8 +424,6 @@ class Appointments extends EA_Controller {
*/
public function ajax_register_appointment()
{
throw new Exception('mon test');
try
{
$post_data = $this->input->post('post_data');

@ -425,7 +425,6 @@ window.FrontendBook = window.FrontendBook || {};
* @param {jQuery.Event} event
*/
$('#book-appointment-submit').on('click', function () {
//TEST HERE
FrontendBookApi.registerAppointment();
});

Loading…
Cancel
Save