For Lo�c: Fixed bug #578404

This commit is contained in:
Alexander M. Turek
2002-07-08 19:20:16 +00:00
parent 4730ac02e6
commit 911ccffcd2
2 changed files with 2 additions and 0 deletions

View File

@@ -1126,6 +1126,7 @@ window.parent.frames['nav'].location.replace('<?php echo $reload_url; ?>');
<script type="text/javascript" language="javascript1.2">
<!--
if (typeof(document.getElementById) != 'undefined'
&& typeof(window.parent.frames['nav']) != 'undefined'
&& typeof(window.parent.frames['nav'].document.getElementById('<?php echo $md5_tbl; ?>')) != 'undefined'
&& typeof(window.parent.frames['nav'].document.getElementById('<?php echo $md5_tbl; ?>').title) == 'string') {
window.parent.frames['nav'].document.getElementById('<?php echo $md5_tbl; ?>').title = '<?php echo htmlspecialchars($tooltip); ?>';