Add missing jquery require to the counter.js

This commit is contained in:
Łukasz Mierzwa
2017-07-20 22:17:39 -07:00
parent f22959f5d8
commit 839c01d11e

View File

@@ -1,4 +1,5 @@
const favico = require("favico");
const $ = require("jquery");
var selectors = {
counter: "#alert-count",