summaryrefslogtreecommitdiff
path: root/themes/colors
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2010-12-13 16:19:58 +0000
committerfisharebest <fisharebest@gmail.com>2010-12-13 16:19:58 +0000
commit87a11f2cf36797a6410190b8978c3bc1b6dbe3f2 (patch)
tree5d8bc3dbb1fae2cf930be7246960dcd2155ccb2f /themes/colors
parent4c11cfa99f887765e8fbbb53c2503871e3bd2871 (diff)
downloadwebtrees-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.php2
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 -->