From d63ac9f570bdc412fa1288226c9d223752f35c5e Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Thu, 26 May 2016 13:48:07 +1000 Subject: [PATCH] remove replace ajax --- booking.emails.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/booking.emails.inc b/booking.emails.inc index b501a27..b91aede 100644 --- a/booking.emails.inc +++ b/booking.emails.inc @@ -44,7 +44,6 @@ function booking_manual_email() '#ajax' => array( 'callback' => '_booking_manual_email_selecttype_ajax_callback', 'wrapper' => 'manual-email-attendees-items', - 'method' => 'replace', 'event' => 'change', ), );