|
if I remember I'll
fix it tonight, but this is VERY LOW on any priority list (not that there is a
real list though)
I might actually
take out opera code, because it's not being used (browser object is not a real
browser sniffer)
Pascal Bestebroer ([EMAIL PROTECTED]) Software
ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com
As I've said before, DynAPI does't recognize
Opera if Opera identifies as anything other than IE. This bug is REALLY simple
to fix; just replace line 10 in browser.js with this one:
if ((b=="Opera") ||
(navigator.userAgent.indexOf("Opera")>0)) this.b = "opera";
Voila, it recognizes Opera. (Even though Opera is
not supported I still think it's a stupid bug.)
Would someone please fix this?
---Daniel Holmen
-ecsoft
norway
|