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:
- Code: Select all
if(page = Cookie.get(this.options.cookieName)) {
- Code: Select all
if((page = Cookie.get(this.options.cookieName))) {
Cheers,
Fernando Machado<br><br>Post edited by: GreyHead, at: 2007/11/14 21:51
