Forums

1.5 RC3 and a javascript bug

fmachado 15 Nov, 2007
Hi all,

There is a bug in 1.5 RC3 related with Javascript. When you are editing a form, this javascript issue is really annoying. To fix it, just edit the file JOOMLA_PATH/media/system/js/switcher.js and replace the code below:

Before:
if(page = Cookie.get(this.options.cookieName)) {
After:
if((page = Cookie.get(this.options.cookieName))) {
As you can see here, Joomla team already fixed this bug.

Cheers,

Fernando Machado<br><br>Post edited by: GreyHead, at: 2007/11/14 21:51
GreyHead 15 Nov, 2007
Hi Fernando,

Good catch! Thanks for posting it here.

Bob
This topic is locked and no more replies can be posted.