NicolasSiver / nodebb-plugin-ns-twitch-monitor

Monitors specific channels and adds them to widget view

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uncaught ReferenceError: $ is not defined

Smax2k opened this issue · comments

Hi !

I have a problem to display the widget, the console return an error : Uncaught ReferenceError: $ is not defined.

At 816

 $(document).ready(function () {
        var limit  = 3,
            layout = 'horizontal';

        ns.TwitchMonitor.init(limit, layout, '.widget-twitch-monitor');
    });

In settings api twitch in uri i have put juste the domain.

I restarted nodebb but is not better.

Thx

What version of NodeBB do you use? There is a high probability that plugin is not compatible with your NodeBB.

Starting from 1.6 there were big breaking changes for plugins.