1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-13 18:14:07 +02:00

Move tableCheck() below </form>

This commit is contained in:
Jakub Vrana
2018-02-06 13:53:15 +01:00
parent f09a04ed09
commit d43b773214
3 changed files with 3 additions and 3 deletions

View File

@@ -26,6 +26,6 @@ if ($adminer->homepage()) {
}
echo "</table>\n";
echo script("tableCheck();");
echo "</form>\n";
echo script("tableCheck();");
}