This commit is contained in:
Nathan Coad
2016-06-03 10:50:04 +10:00
parent 4e4fda63f1
commit 8c6c935233

View File

@@ -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
}