Really test before commiting and not only thing you've tested... Undo.

This commit is contained in:
Michal Čihař
2005-10-13 15:24:08 +00:00
parent 610ef32714
commit a713ed4d80
3 changed files with 1 additions and 3 deletions

View File

@@ -16,8 +16,6 @@ $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 <cybot_tm@users.sourceforge.net>
* left.php: preselect db if only one db

View File

@@ -122,6 +122,7 @@ if (isset($GLOBALS['userlink']) && $GLOBALS['userlink']) {
include('./config.footer.inc.php');
?>
<script src="libraries/tooltip.js" type="text/javascript" language="javascript"></script>
</body>
</html>
<?php

View File

@@ -129,7 +129,6 @@ if (empty($GLOBALS['is_header_sent'])) {
// Reloads the navigation frame via JavaScript if required
PMA_reloadNavigation();
?>
<script src="libraries/tooltip.js" type="text/javascript" language="javascript"></script>
<meta name="OBGZip" content="<?php echo ($cfg['OBGzip'] ? 'true' : 'false'); ?>" />
</head>