@ -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();
});