This commit is contained in:
Nathan Coad
2016-06-03 09:46:46 +10:00
parent 747d1bbc0b
commit 207f1f10da

View File

@@ -308,7 +308,7 @@ function booking_manual_email_form($form, &$form_state, $input_option = "")
drupal_get_path('module', 'booking') . '/booking.css', drupal_get_path('module', 'booking') . '/booking.css',
); );
//attach js for dynamically setting checkboxes //attach js for dynamically setting checkboxes
$form['#attached']['js'][] = drupal_get_path("module", "booking")."/booking.js" $form['#attached']['js'][] = drupal_get_path("module", "booking")."/booking.js";
//@todo add booking prefix //@todo add booking prefix
$form['email-type'] = array( $form['email-type'] = array(