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:
Cheers,
Fernando Machado<br><br>Post edited by: GreyHead, at: 2007/11/14 21:51
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