fix
This commit is contained in:
@@ -510,7 +510,7 @@ function _booking_email_get_default_selection_callback($form, $form_state) {
|
|||||||
ajax_command_replace("#booking_email_default_ids_wrapper", $output_html),
|
ajax_command_replace("#booking_email_default_ids_wrapper", $output_html),
|
||||||
// This will call the command bookingEmailIDs in our custom JS file.
|
// This will call the command bookingEmailIDs in our custom JS file.
|
||||||
array('command' => 'bookingAjaxCheckboxes',
|
array('command' => 'bookingAjaxCheckboxes',
|
||||||
'formDataElement' => 'booking_email_default_ids'
|
'formDataElement' => 'booking_email_default_ids',
|
||||||
'formName' => 'booking_manual_email_form',
|
'formName' => 'booking_manual_email_form',
|
||||||
'checkboxName' => 'table',
|
'checkboxName' => 'table',
|
||||||
),
|
),
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
* Special Effects AJAX framework command.
|
* Drupal AJAX framework command.
|
||||||
*/
|
*/
|
||||||
Drupal.ajax.prototype.commands.bookingAjaxCheckboxes = function(ajax, response, status) {
|
Drupal.ajax.prototype.commands.bookingAjaxCheckboxes = function(ajax, response, status) {
|
||||||
jQuery(function($) {
|
jQuery(function($) {
|
||||||
|
Reference in New Issue
Block a user