Propagate hash value

This commit is contained in:
Garvin Hicking
2003-04-22 19:43:17 +00:00
parent bf3be70b2b
commit aed1eff627
2 changed files with 5 additions and 1 deletions

View File

@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
$Id$
$Source$
2003-04-22 Garvin Hicking <me@supergarv.de>
* libraries/common.lib.php3, main.php3, db_details_common.php3:
When reloading the frame, propagate hash value (for querywindow)
2003-04-22 Marc Delisle <lem9@users.sourceforge.net>
* tbl_indexes.php3: bug 725711: FULLTEXT index type not shown
in the drop-down box

View File

@@ -1267,7 +1267,7 @@ h1 {font-family: sans-serif; font-size: large; font-weight: bold}
<!--
if (typeof(window.parent) != 'undefined'
&& typeof(window.parent.frames['nav']) != 'undefined') {
window.parent.frames['nav'].location.replace('<?php echo $reload_url; ?>' + window.parent.frames['nav'].document.hashform.hash.value);
window.parent.frames['nav'].location.replace('<?php echo $reload_url; ?>&hash=' + window.parent.frames['nav'].document.hashform.hash.value);
}
//-->
</script>