1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-11 00:54:08 +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

@@ -62,9 +62,9 @@ function connect_error() {
. "</div></fieldset>\n"
: ""
);
echo script("tableCheck();");
echo "<input type='hidden' name='token' value='$token'>\n";
echo "</form>\n";
echo script("tableCheck();");
}
}