• 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)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Uncaught SyntaxError: Unexpected token )’ is closed to new replies.