From 8c6c9352334ed2055c2199ec2649ee257a589113 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Fri, 3 Jun 2016 10:50:04 +1000 Subject: [PATCH] fix --- booking.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/booking.js b/booking.js index 0026b09..1cb75d7 100644 --- a/booking.js +++ b/booking.js @@ -2,6 +2,6 @@ * Special Effects AJAX framework command. */ Drupal.ajax.prototype.commands.bookingEmailIDs = function(ajax, response, status) { - var initValues = $('input:hidden#booking_email_default_ids').val()); + var initValues = $('input:hidden#booking_email_default_ids').val(); alert(initValues) ; // this will be executed after the ajax call } \ No newline at end of file