Sha256: cdcc230aa2bf5e9cede3b4cb50b4c62e0b6e2203f5f1ca8f5d80da0a593e6654
Contents?: true
Size: 279 Bytes
Versions: 12
Compression:
Stored size: 279 Bytes
Contents
jQuery(function($) { const COMPONENT_SELECTOR = '#thredded--container abbr.timeago'; var allowFutureWas = jQuery.timeago.settings.allowFuture; $.timeago.settings.allowFuture = true; $(COMPONENT_SELECTOR).timeago(); $.timeago.settings.allowFuture = allowFutureWas; });
Version data entries
12 entries across 12 versions & 1 rubygems