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

@@ -45,7 +45,6 @@ foreach (process_list() as $i => $row) {
}
?>
</table>
<?php echo script("tableCheck();"); ?>
<p>
<?php
if (support("kill")) {
@@ -55,3 +54,4 @@ if (support("kill")) {
?>
<input type="hidden" name="token" value="<?php echo $token; ?>">
</form>
<?php echo script("tableCheck();"); ?>