Really test before commiting and not only thing you've tested... Undo.
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user