js update
This commit is contained in:
@@ -15,7 +15,7 @@ jQuery(document).ready(function($) {
|
||||
}
|
||||
catch(err) {
|
||||
//console.log([err]);
|
||||
msg(err);
|
||||
alert(err);
|
||||
}
|
||||
|
||||
// Use the token to create the charge with a server-side script.
|
||||
@@ -35,7 +35,7 @@ jQuery(document).ready(function($) {
|
||||
// return;
|
||||
var settings = Drupal.settings.booking_stripe;
|
||||
var $stripeForm = $("#" + settings.form_selector);
|
||||
msg($(':input[name="description"]', $stripeForm));
|
||||
alert($(':input[name="description"]', $stripeForm));
|
||||
handler.open({
|
||||
name: settings.name,
|
||||
//description: currentForm.find('input[name="description"]').val(),
|
||||
|
Reference in New Issue
Block a user