change library config

This commit is contained in:
Nathan Coad
2016-07-21 12:07:38 +10:00
parent 28df961b87
commit cab49b68f5
2 changed files with 6 additions and 8 deletions

View File

@@ -760,11 +760,10 @@ function booking_node_info() {
/**
* Implements hook_library().
*/
/*
function booking_library() {
$module_path = drupal_get_path('module', 'booking');
$items['stripe'] = array(
$items['booking-stripe'] = array(
'title' => t('Stripe'),
'version' => '1.0',
'js' => array(
@@ -775,7 +774,6 @@ function booking_library() {
return $items;
}
*/
/**
* Implements hook_libraries_info().