Reloading also on login page.

This commit is contained in:
Michal Čihař
2010-01-22 21:45:49 +00:00
parent ddbffcd5bd
commit b6a7def809

View File

@@ -192,6 +192,11 @@ function PMA_auth()
if (top != self) { if (top != self) {
window.top.location.href=location; window.top.location.href=location;
} }
// Restore location from hash for bookmarks
if (parent.location.hash != '') {
parent.location = 'index.php?' + parent.location.hash.substring(1);
}
//]]> //]]>
</script> </script>
</head> </head>