js mods
This commit is contained in:
@@ -33,7 +33,9 @@ jQuery(document).ready(function($) {
|
||||
//currentForm = $(this).closest('form');
|
||||
//if (currentForm === undefined)
|
||||
// return;
|
||||
var settings = Drupal.settings.booking_stripe;
|
||||
var $stripeForm = $("#" + settings.form_selector);
|
||||
msg($(':input[name="description"]', $stripeForm));
|
||||
handler.open({
|
||||
name: settings.name,
|
||||
//description: currentForm.find('input[name="description"]').val(),
|
||||
|
Reference in New Issue
Block a user