function init()

in themes/docsy/assets/js/event-popup.js [13:20]


    function init() {
        var count = getActiveCount()
        if (!count) {
            return;
        }
        showPopover(count)
        bindClick()
    }