oops, wrong fix...
This commit is contained in:
@@ -152,7 +152,7 @@ $title .= (empty($title) ? '' : ' - ') . 'phpMyAdmin ' . PMA_VERSION;
|
|||||||
<script type="text/javascript" language="javascript">
|
<script type="text/javascript" language="javascript">
|
||||||
<!--
|
<!--
|
||||||
// Updates the title of the frameset if possible (ns4 does not allow this)
|
// Updates the title of the frameset if possible (ns4 does not allow this)
|
||||||
if (typeof(parent.document) != 'undefined' && typeof(parent.document) == 'unknown'
|
if (typeof(parent.document) != 'undefined' && typeof(parent.document) != 'unknown'
|
||||||
&& typeof(parent.document.title) == 'string') {
|
&& typeof(parent.document.title) == 'string') {
|
||||||
parent.document.title = '<?php echo $title; ?>';
|
parent.document.title = '<?php echo $title; ?>';
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user