diff --git a/adminer/db.inc.php b/adminer/db.inc.php
index 0987525b..8336a26b 100644
--- a/adminer/db.inc.php
+++ b/adminer/db.inc.php
@@ -124,8 +124,6 @@ if (adminer()->homepage()) {
echo "\n";
}
- echo script("ajaxSetHtml('" . js_escape(ME) . "script=db');");
-
echo "
| " . lang('%d in total', count($tables_list));
echo " | " . h(JUSH == "sql" ? get_val("SELECT @@default_storage_engine") : "");
echo " | " . h(db_collation(DB, collations()));
@@ -135,6 +133,7 @@ if (adminer()->homepage()) {
echo "\n";
echo "\n";
+ echo script("ajaxSetHtml('" . js_escape(ME) . "script=db');");
echo "\n";
if (!information_schema(DB)) {
echo " |
---|