function isShowed()

in themes/docsy/assets/js/event-popup.js [96:100]


    function isShowed(key) {
        var storageTime = formatTime(localStorage.getItem(key));
        var now = formatTime(new Date());
        return storageTime === now;
    }