Syntax Error on fnReloadAjax Plugin

Syntax Error on fnReloadAjax Plugin

rio_stevensonrio_stevenson Posts: 1Questions: 0Answers: 0
edited December 2013 in Plug-ins
The following line missing single quote before function:

/* Callback user function - for event handlers etc */
if ( typeof fnCallback == function' && fnCallback !== null )

should be this

/* Callback user function - for event handlers etc */
if ( typeof fnCallback == 'function' && fnCallback !== null )

Replies

  • allanallan Posts: 61,650Questions: 1Answers: 10,094 Site admin
    Thanks - something has gone wrong with my script build process. I've fixed the HTML temporarily now :-)

    Allan
This discussion has been closed.