fixed a js error
This commit is contained in:
@@ -79,7 +79,7 @@ if ($num_dbs > 1) {
|
|||||||
? 1 : 0;
|
? 1 : 0;
|
||||||
var isIE4 = (typeof(document.all) != 'undefined'
|
var isIE4 = (typeof(document.all) != 'undefined'
|
||||||
&& parseInt(navigator.appVersion) >= 4
|
&& parseInt(navigator.appVersion) >= 4
|
||||||
&& !typeof(window.opera))
|
&& typeof(window.opera) == 'undefined')
|
||||||
? 1 : 0;
|
? 1 : 0;
|
||||||
var isNS4 = (typeof(document.layers) != 'undefined')
|
var isNS4 = (typeof(document.layers) != 'undefined')
|
||||||
? 1 : 0;
|
? 1 : 0;
|
||||||
|
Reference in New Issue
Block a user