comments adjustments
This commit is contained in:
@@ -33,7 +33,8 @@ if (!empty($GLOBALS['cfg']['PmaAbsoluteUri'])) {
|
||||
?>
|
||||
<script language="JavaScript" type="text/javascript">
|
||||
<!--
|
||||
/* added 2004-06-10 by Michael Keck
|
||||
<?php // added 2004-06-10 by Michael Keck ?>
|
||||
/*
|
||||
* we need this for Backwards-Compatibility and resolving problems
|
||||
* with non DOM browsers, which may have problems with css 2 (like NC 4)
|
||||
*/
|
||||
@@ -47,7 +48,7 @@ if (!empty($GLOBALS['cfg']['PmaAbsoluteUri'])) {
|
||||
? 1 : 0;
|
||||
var capable = (isDOM || isIE4 || isNS4)
|
||||
? 1 : 0;
|
||||
// Uggly fix for Opera and Konqueror 2.2 that are half DOM compliant
|
||||
// Ugly fix for Opera and Konqueror 2.2 that are half DOM compliant
|
||||
if (capable) {
|
||||
if (typeof(window.opera) != 'undefined') {
|
||||
var browserName = ' ' + navigator.userAgent.toLowerCase();
|
||||
|
Reference in New Issue
Block a user