diff --git a/index.php b/index.php
index 1361b5fc5..34842ec71 100644
--- a/index.php
+++ b/index.php
@@ -131,12 +131,6 @@ header('Content-Type: text/html; charset=' . $GLOBALS['charset']);
var pma_text_default_tab = '';
var pma_text_left_default_tab = '';
- // Restore location from hash for bookmarks
-
- if (parent.location.hash != '') {
- parent.location = 'index.php?' + parent.location.hash.substring(1);
- }
-
// for content and navigation frames
var frame_content = 0;
@@ -165,6 +159,8 @@ header('Content-Type: text/html; charset=' . $GLOBALS['charset']);
};
// ]]>
+
+