work on dynamic form for manual emails

This commit is contained in:
Nathan Coad
2016-06-03 09:45:16 +10:00
parent 71d37a3bba
commit 747d1bbc0b
3 changed files with 86 additions and 6 deletions

6
booking.js Normal file
View File

@@ -0,0 +1,6 @@
/**
* Special Effects AJAX framework command.
*/
Drupal.ajax.prototype.commands.bookingEmailIDs = function(ajax, response, status) {
alert("Hello I'm Maged Eladawy...") ; // this will be executed after the ajax call
}