- Patch #615226 by casey: updating links.
parent
1a817fd2f8
commit
890ee7f45f
|
@ -140,7 +140,7 @@ function overlay_library() {
|
|||
// Overlay parent.
|
||||
$libraries['parent'] = array(
|
||||
'title' => 'Overlay: Parent',
|
||||
'website' => 'http://drupal.org/node/517688',
|
||||
'website' => 'http://drupal.org/handbook/modules/overlay',
|
||||
'version' => '1.0',
|
||||
'js' => array(
|
||||
$module_path . '/overlay-parent.js' => array(),
|
||||
|
@ -156,7 +156,7 @@ function overlay_library() {
|
|||
// Overlay child.
|
||||
$libraries['child'] = array(
|
||||
'title' => 'Overlay: Child',
|
||||
'website' => 'http://drupal.org/node/517688',
|
||||
'website' => 'http://drupal.org/handbook/modules/overlay',
|
||||
'version' => '1.0',
|
||||
'js' => array(
|
||||
$module_path . '/overlay-child.js' => array(),
|
||||
|
|
Loading…
Reference in New Issue