fix
This commit is contained in:
@@ -498,7 +498,7 @@ function _booking_email_get_default_selection_callback($form, $form_state) {
|
|||||||
return array(
|
return array(
|
||||||
'#type' => 'ajax',
|
'#type' => 'ajax',
|
||||||
'#commands' => array(
|
'#commands' => array(
|
||||||
ajax_command_replace("#booking_email_default_ids_wrapper", $output_html)),
|
ajax_command_replace("#booking_email_default_ids_wrapper", $output_html),
|
||||||
array('command' => 'bookingEmailIDs'), // This will call the command nameOfCommand we just created in the JS file.
|
array('command' => 'bookingEmailIDs'), // This will call the command nameOfCommand we just created in the JS file.
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user