From 610ef327147a62230a5d298446a39c0415fea415 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 13 Oct 2005 15:21:17 +0000 Subject: [PATCH] Include JavaScript in header and not in footer. --- ChangeLog | 2 ++ footer.inc.php | 3 +-- header.inc.php | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8d6ea8642..87959f489 100755 --- a/ChangeLog +++ b/ChangeLog @@ -16,6 +16,8 @@ $Source$ detection to only place where it is currently used. * header.inc.php, css/phpmyadmin.css.php: Define CSS normal way and not by writing through JavaScript. + * footer.inc.php, header.inc.php: Include JavaScript in header and not in + footer. 2005-10-13 Sebastian Mendel * left.php: preselect db if only one db diff --git a/footer.inc.php b/footer.inc.php index 6fa1d462f..6d222badb 100644 --- a/footer.inc.php +++ b/footer.inc.php @@ -122,7 +122,6 @@ if (isset($GLOBALS['userlink']) && $GLOBALS['userlink']) { include('./config.footer.inc.php'); ?> - \ No newline at end of file +?> diff --git a/header.inc.php b/header.inc.php index 6734f5807..40f44b5d9 100644 --- a/header.inc.php +++ b/header.inc.php @@ -129,6 +129,7 @@ if (empty($GLOBALS['is_header_sent'])) { // Reloads the navigation frame via JavaScript if required PMA_reloadNavigation(); ?> +