fixed bug #489350 - Opera 6.0 is still half DOM compliant
This commit is contained in:
@@ -8,6 +8,8 @@ $Source$
|
||||
2001-12-05 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||
* lang/japanese.inc.php3; lang/bulgarian-*.inc.php3: completed thanks to
|
||||
Georgi Georgiev <chutz at chubaka.homeip.net>.
|
||||
* left.php3, line 79: fixed bug #489350 - Opera 6.0 is still half DOM
|
||||
compliant :[
|
||||
|
||||
2001-12-05 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* lang/norwegian.inc.php3 updates thanks to Sven-Erik Andersen
|
||||
|
@@ -75,7 +75,8 @@ if ($num_dbs > 1) {
|
||||
<script type="text/javascript" language="javascript">
|
||||
<!--
|
||||
var isDOM = (typeof(document.getElementsByTagName) != 'undefined'
|
||||
&& typeof(document.createElement) != 'undefined')
|
||||
&& typeof(document.createElement) != 'undefined'
|
||||
&& typeof(window.opera) == 'undefined')
|
||||
? 1 : 0;
|
||||
var isIE4 = (typeof(document.all) != 'undefined'
|
||||
&& parseInt(navigator.appVersion) >= 4
|
||||
|
Reference in New Issue
Block a user