diff options
Diffstat (limited to 'family.php')
| -rw-r--r-- | family.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/family.php b/family.php index 1dc005fa33..65473bca5d 100644 --- a/family.php +++ b/family.php @@ -81,12 +81,6 @@ if ($controller->record && $controller->record->canShow()) { $PEDIGREE_FULL_DETAILS = '1'; // Override GEDCOM configuration $show_full = '1'; -echo '<script>'; -echo 'function show_gedcom_record() {'; -echo ' var recwin=window.open("gedrecord.php?pid=', $controller->record->getXref(), '", "_blank", edit_window_specs);'; -echo '}'; -echo '</script>'; - ?> <div id="family-page"> <table align="center" width="95%"> |
