1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-13 01:54:00 +02:00

body.onload is not yet available

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@121 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana
2007-07-11 10:56:43 +00:00
parent 63441b12f3
commit 1dea3a13d1

View File

@@ -28,7 +28,7 @@ TABLE { margin-top: 1em; }
<?php if ($_SESSION["highlight"] == "jush") { ?>
<style type="text/css">@import url(http://jush.info/jush.css);</style>
<script type="text/javascript" src="http://jush.info/jush.js" defer="defer"></script>
<script type="text/javascript">body.onload = function () { jush.highlight_tag('pre'); }</script>
<script type="text/javascript">window.onload = function () { jush.highlight_tag('pre'); }</script>
<?php } ?>
</head>