• Resolved Webartisan

    (@webartisan)


    Hi,
    I just found that the javascript execution was blocked by this error, Uncaught SyntaxError: Unexpected token ) on /js/formidable_admin.js:349.

    I just edited line 349, removed a comma from
    document.getElementById( t.replace( '#', '' ), ).style.display = 'block';
    to
    document.getElementById( t.replace( '#', '' ) ).style.display = 'block';

    and everything worked back again.
    Hope this will help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • formidablematthew

    (@formidablematthew)

    Hello,

    Thanks for letting us know! I’m not finding that line or that script in our version of formidable_admin.js, what version of Formidable are you running?

    Thread Starter Webartisan

    (@webartisan)

    I’m using versione 4.0.01, freshly installed.

    Plugin Author Steve Wells

    (@srwells)

    Thanks for the information…We’ll make sure this gets fixed.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Uncaught SyntaxError: Unexpected token )’ is closed to new replies.