• Resolved jezzaz

    (@jezzaz)


    I am seeing this error message in browser tools. How do i fix it ?

    Uncaught SyntaxError: missing ) after argument list
    at t._insertCursor (lity.js:1)
    at t._writeScriptToken (lity.js:1)
    at t._handleScriptToken (lity.js:1)
    at t._writeImpl (lity.js:1)
    at t.write (lity.js:1)
    at t._onScriptDone (lity.js:1)
    at lity.js:1
    at lity.js:1
    at r (lity.js:1)
    at HTMLScriptElement.onload (lity.js:1)
    lity.js:1 Uncaught Error: Uncaught SyntaxError: missing ) after argument list – https://website.com/: 6
    at Object.error (lity.js:1)
    at y.win.onerror (lity.js:1)
    at t._insertCursor (lity.js:1)
    at t._writeScriptToken (lity.js:1)
    at t._handleScriptToken (lity.js:1)
    at t._writeImpl (lity.js:1)
    at t.write (lity.js:1)
    at t._onScriptDone (lity.js:1)
    at lity.js:1
    at lity.js:1

    • This topic was modified 5 years, 4 months ago by jezzaz.
Viewing 1 replies (of 1 total)
  • Plugin Author Moove Agency

    (@mooveagency)

    Hi @jezzaz,

    Thanks for using our plugins.

    You can add the following code snippet to your functions.php
    add_action( 'gdpr_enqueue_lity_nojs', '__return_false' );

    If you still see the error, please share your site URL and we can start the investigation for you.

    Thanks

Viewing 1 replies (of 1 total)

The topic ‘Uncaught SyntaxError: missing ) after argument list’ is closed to new replies.