Sha256: c2fc1a4ed9a3b02ec584eadf3592c32a511137cba6127e9dc703b616fafb7eb1
Contents?: true
Size: 332 Bytes
Versions: 13
Compression:
Stored size: 332 Bytes
Contents
(($) => { const COMPONENT_SELECTOR = '#thredded--container [data-time-ago]'; window.Thredded.onPageLoad(() => { const allowFutureWas = jQuery.timeago.settings.allowFuture; $.timeago.settings.allowFuture = true; $(COMPONENT_SELECTOR).timeago(); $.timeago.settings.allowFuture = allowFutureWas; }); })(jQuery);
Version data entries
13 entries across 13 versions & 1 rubygems