Forums

Products - English => NeoRecruit => Topic started by: Anthony Aykut on January 03, 2007, 01:09:14 PM



Title: Page Renders with Error(s)
Post by: Anthony Aykut on January 03, 2007, 01:09:14 PM
Hi,

In IE, I get an error icon below left, and when I click on it, it says:

Line : 320
Char : 35
Error : Expected ')'
Code : 0
URL : http://www.frame4.com/index.php?option=com_neorecruit&task=offer&offid=1&Itemid=29

Any ideas?

Regards,
Anthony


Title: Re : Page Renders with Error(s)
Post by: Francois on January 03, 2007, 03:20:51 PM
Hi,

You can replace :                
Citation
alert( 'Sorry, your form can't be validated. '+error+' fields are not correctly filled.' );
with
Citation
               alert( "Sorry, your form can't be validated. "+error+" fields are not correctly filled." );

This bug will be fix with the next NeoJoomla release.

Regards,

François


Title: Re : Page Renders with Error(s)
Post by: Anthony Aykut on January 03, 2007, 04:59:37 PM
That solved it, thanks François!

Regards,
Anthony