diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-12-13 16:19:58 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-12-13 16:19:58 +0000 |
| commit | 87a11f2cf36797a6410190b8978c3bc1b6dbe3f2 (patch) | |
| tree | 5d8bc3dbb1fae2cf930be7246960dcd2155ccb2f /themes/colors | |
| parent | 4c11cfa99f887765e8fbbb53c2503871e3bd2871 (diff) | |
| download | webtrees-87a11f2cf36797a6410190b8978c3bc1b6dbe3f2.tar.gz webtrees-87a11f2cf36797a6410190b8978c3bc1b6dbe3f2.tar.bz2 webtrees-87a11f2cf36797a6410190b8978c3bc1b6dbe3f2.zip | |
Remove unused code - use "$(document).ready()" instead of "<body onload={}>"
Diffstat (limited to 'themes/colors')
| -rw-r--r-- | themes/colors/header.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/colors/header.php b/themes/colors/header.php index 229efdcb3c..f618e112b9 100644 --- a/themes/colors/header.php +++ b/themes/colors/header.php @@ -96,7 +96,7 @@ if ($BROWSERTYPE!='other') { ?> if ((!empty($rtl_stylesheet))&&($TEXT_DIRECTION=="rtl")) { ?> <link rel="stylesheet" href="<?php echo $rtl_stylesheet; ?>" type="text/css" media="all" /> <?php } - echo '</head><body id="body" ', $bodyOnLoad, '>'; + echo '</head><body id="body">'; ?> <!-- Remove header for edit windows --> |
