Propagate hash value
This commit is contained in:
@@ -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
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user