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

Version Path
thredded-0.12.4 app/assets/javascripts/thredded/components/time_stamps.es6
thredded-0.12.3 app/assets/javascripts/thredded/components/time_stamps.es6
thredded-0.12.2 app/assets/javascripts/thredded/components/time_stamps.es6
thredded-0.12.1 app/assets/javascripts/thredded/components/time_stamps.es6
thredded-0.12.0 app/assets/javascripts/thredded/components/time_stamps.es6
thredded-0.11.1 app/assets/javascripts/thredded/components/time_stamps.es6
thredded-0.11.0 app/assets/javascripts/thredded/components/time_stamps.es6
thredded-0.10.1 app/assets/javascripts/thredded/components/time_stamps.es6
thredded-0.10.0 app/assets/javascripts/thredded/components/time_stamps.es6
thredded-0.9.4 app/assets/javascripts/thredded/components/time_stamps.es6
thredded-0.9.3 app/assets/javascripts/thredded/components/time_stamps.es6
thredded-0.9.2 app/assets/javascripts/thredded/components/time_stamps.es6
thredded-0.9.1 app/assets/javascripts/thredded/components/time_stamps.es6