diff options
| author | fisharebest <fisharebest@gmail.com> | 2012-07-07 06:11:43 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2012-07-07 06:11:43 +0000 |
| commit | fcd8b8b16ac713f44685a99ab6399456e999b9e0 (patch) | |
| tree | 7901eb919c22803c3929a22dc80343b07d389ed2 /individual.php | |
| parent | d09981ccdcb6b66dfde8bc37c0de33c8b8c14032 (diff) | |
| download | webtrees-fcd8b8b16ac713f44685a99ab6399456e999b9e0.tar.gz webtrees-fcd8b8b16ac713f44685a99ab6399456e999b9e0.tar.bz2 webtrees-fcd8b8b16ac713f44685a99ab6399456e999b9e0.zip | |
Tidy up the "showchanges()" logic. The option to hide/show changes was removed a very long time ago.
Diffstat (limited to 'individual.php')
| -rw-r--r-- | individual.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/individual.php b/individual.php index 7555544821..5e94246e53 100644 --- a/individual.php +++ b/individual.php @@ -165,7 +165,6 @@ $controller->addInlineJavascript(' function show_gedcom_record() { var recwin=window.open("gedrecord.php?pid='. $controller->record->getXref(). '", "_blank", edit_window_specs); } - function showchanges(){window.location="'.$controller->record->getRawUrl().'";} jQuery("#header_accordion1").accordion({ active: 0, |
