|
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
|
- Re: [Dynapi-Dev] Opera recognition in browser.js Daniel Holmen
