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

Version Path
thredded-0.7.0 app/assets/javascripts/thredded/components/time_stamps.es6
thredded-0.6.3 app/assets/javascripts/thredded/components/time_stamps.es6
thredded-0.6.2 app/assets/javascripts/thredded/components/time_stamps.es6
thredded-0.6.1 app/assets/javascripts/thredded/components/time_stamps.es6
thredded-0.6.0 app/assets/javascripts/thredded/components/time_stamps.es6
thredded-0.5.1 app/assets/javascripts/thredded/components/time_stamps.es6
thredded-0.5.0 app/assets/javascripts/thredded/components/time_stamps.es6
thredded-0.4.0 app/assets/javascripts/thredded/components/time_stamps.es6
thredded-0.3.2 app/assets/javascripts/thredded/components/time_stamps.es6
thredded-0.3.1 app/assets/javascripts/thredded/components/time_stamps.es6
thredded-0.3.0 app/assets/javascripts/thredded/components/time_stamps.es6
thredded-0.2.2 app/assets/javascripts/thredded/time_stamps.es6