js error when switching theme
This commit is contained in:
@@ -7,6 +7,7 @@ $Source$
|
|||||||
|
|
||||||
2004-06-25 Marc Delisle <lem9@users.sourceforge.net>
|
2004-06-25 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
|
* lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
|
||||||
|
* main.php: js error when switching theme, thanks to Michael Keck
|
||||||
|
|
||||||
2004-06-25 Michal Čihař <michal@cihar.com>
|
2004-06-25 Michal Čihař <michal@cihar.com>
|
||||||
* main.php, libraries/select_lang.lib.php: Remember selected charset in
|
* main.php, libraries/select_lang.lib.php: Remember selected charset in
|
||||||
|
2
main.php
2
main.php
@@ -60,7 +60,7 @@ else if (isset($reload) && $reload) {
|
|||||||
?>
|
?>
|
||||||
<script type="text/javascript" language="javascript1.2">
|
<script type="text/javascript" language="javascript1.2">
|
||||||
<!--
|
<!--
|
||||||
window.parent.frames['nav'].GoTo('./left.php?<?php echo PMA_generate_common_url('', '', '&');?>&hash=' + <?php echo (($cfg['QueryFrame'] && $cfg['QueryFrameJS']) ? 'window.parent.frames[\'queryframe\'].document.hashform.hash.value' : "'" . md5($cfg['PmaAbsoluteUri']) . "'"); ?>););
|
window.parent.frames['nav'].location.replace('./left.php?<?php echo PMA_generate_common_url('', '', '&');?>&hash=' + <?php echo (($cfg['QueryFrame'] && $cfg['QueryFrameJS']) ? 'window.parent.frames[\'queryframe\'].document.hashform.hash.value' : "'" . md5($cfg['PmaAbsoluteUri']) . "'"); ?>);
|
||||||
//-->
|
//-->
|
||||||
</script>
|
</script>
|
||||||
<?php
|
<?php
|
||||||
|
Reference in New Issue
Block a user