Re: [E-devel] error in javascript on enlightenment.org

2004-12-01 Thread The Rasterman
On Wed, 01 Dec 2004 17:23:47 +0100 Morten Nilsen <[EMAIL PROTECTED]> babbled: (B (B> Carsten Haitzler (The Rasterman) wrote: (B> >> I wouldn't agree with you there... the current regex matches firefox (B> >> (and others) under windows, making the nice little footer image disappear.. (B> > (

Re: [E-devel] error in javascript on enlightenment.org

2004-12-01 Thread Morten Nilsen
Carsten Haitzler (The Rasterman) wrote: >> I wouldn't agree with you there... the current regex matches firefox >> (and others) under windows, making the nice little footer image disappear.. > > ok. fixied. :) great :) however, I still get the same js on enlightenment.org.. is there some kind o

Re: [E-devel] error in javascript on enlightenment.org

2004-11-30 Thread The Rasterman
On Wed, 01 Dec 2004 08:15:27 +0100 Morten Nilsen <[EMAIL PROTECTED]> babbled: (B (B> Carsten Haitzler (The Rasterman) wrote: (B> > On Mon, 29 Nov 2004 09:26:52 +0100 Morten Nilsen <[EMAIL PROTECTED]> (B> > babbled: (B> >> /MSIE (5\.5)|[6789]/ (B> >> (B> >> the regex is obviously wrong... (

Re: [E-devel] error in javascript on enlightenment.org

2004-11-30 Thread Morten Nilsen
Carsten Haitzler (The Rasterman) wrote: > On Mon, 29 Nov 2004 09:26:52 +0100 Morten Nilsen <[EMAIL PROTECTED]> babbled: >> /MSIE (5\.5)|[6789]/ >> >> the regex is obviously wrong... >> >> /MSIE (5\.5|[6789])/ would seem to be the wanted regex. > > hmm the problem is... it seems to work... i wont

Re: [E-devel] error in javascript on enlightenment.org

2004-11-30 Thread The Rasterman
On Mon, 29 Nov 2004 09:26:52 +0100 Morten Nilsen <[EMAIL PROTECTED]> babbled: (B (B> taken from http://enlightenment.org/pages/main.html; (B> (B> var supported = /MSIE (5\.5)|[6789]/.test(navigator.userAgent) && (B> navigator.platform == "Win32"; (B> (B> the regex is obviously wrong... (B