1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-15 11:04:02 +02:00

Separate JavaScript to not wait with Firebug

This commit is contained in:
Jakub Vrana
2010-10-15 11:26:42 +02:00
parent 49565e0563
commit e98c995155
5 changed files with 41 additions and 41 deletions

View File

@@ -86,8 +86,4 @@ function page_footer($missing = "") {
<?php $adminer->navigation($missing); ?>
</div>
<?php
// don't wait for code after footer
session_write_close();
ob_flush();
flush();
}