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 /find.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 'find.php')
| -rw-r--r-- | find.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -831,7 +831,7 @@ if ($action=="filter") { echo '</p></div>'; } } -echo '<h4><a href="#" onclick="if (window.opener.showchanges) window.opener.showchanges(); window.close();">', WT_I18N::translate('Close Window'), '</a></h4>'; +echo '<h4><a href="#" onclick="window.close();">', WT_I18N::translate('Close Window'), '</a></h4>'; echo "</div>"; // Close div="find-page" // Set focus to the input field |
