Sha256: 9368cf4d9a760e415f36836b5882b539a8999b84a15ea9d67d56188a19832193
Contents?: true
Size: 236 Bytes
Versions: 15
Compression:
Stored size: 236 Bytes
Contents
(($) => { const COMPONENT_SELECTOR = '[data-thredded-flash-message]'; const destroy = () => { $(COMPONENT_SELECTOR).remove(); }; document.addEventListener('turbolinks:before-cache', () => { destroy() }); })(jQuery);
Version data entries
15 entries across 15 versions & 1 rubygems