• Resolved redkite

    (@redkite)


    I’m getting this, and have no idea what it means. Please advise?

    (index):37 Uncaught TypeError: jQuery(...).mask is not a function
        at HTMLDocument.<anonymous> ((index):37)
        at HTMLDocument.dispatch (header-51181095-1502918084.min.js:3)
        at HTMLDocument.r.handle (header-51181095-1502918084.min.js:3)
        at Object.trigger (header-51181095-1502918084.min.js:3)
        at Object.a.event.trigger (header-51181095-1502918084.min.js:9)
        at HTMLDocument.<anonymous> (header-51181095-1502918084.min.js:3)
        at Function.each (header-51181095-1502918084.min.js:2)
        at a.fn.init.each (header-51181095-1502918084.min.js:2)
        at a.fn.init.trigger (header-51181095-1502918084.min.js:3)
        at HTMLDocument.<anonymous> ((index):37)

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Raul P.

    (@alignak)

    It means that somewhere on your theme or plugin, there is a javascript code that needs jQuery to be render blocking or defined earlier.

    Try to add the jQuery js file to the ignore list.
    If it doesn’t work, you may need to try other files instead.

    There’s also the autoptimize plugin you can try to see if it works.

    Thread Starter redkite

    (@redkite)

    That was it, I got it fixed, thanks.

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

The topic ‘Error in console’ is closed to new replies.