diff options
author | zotlabs <mike@macgirvin.com> | 2017-08-23 20:19:52 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-08-23 20:19:52 -0700 |
commit | c9745a41295337444832f0c787d0dd4fb3425e1f (patch) | |
tree | 37109a43a68d4e2fc441a84eb20a72b384ae03f1 /view/js | |
parent | bf7b0b11ef7a8d110f2fc2a5967d8178183d9435 (diff) | |
download | volse-hubzilla-c9745a41295337444832f0c787d0dd4fb3425e1f.tar.gz volse-hubzilla-c9745a41295337444832f0c787d0dd4fb3425e1f.tar.bz2 volse-hubzilla-c9745a41295337444832f0c787d0dd4fb3425e1f.zip |
apply autotime to all autotime classed elements when static loading a page
Diffstat (limited to 'view/js')
-rw-r--r-- | view/js/mod_cards.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/view/js/mod_cards.js b/view/js/mod_cards.js index 477cd61ed..78b2e1bd0 100644 --- a/view/js/mod_cards.js +++ b/view/js/mod_cards.js @@ -1,4 +1,3 @@ $(document).ready( function() { - $("> .wall-item-outside-wrapper .autotime, > .thread-wrapper .autotime").timeago(); - $("> .shared_header .autotime").timeago(); + $(".autotime").timeago(); });
\ No newline at end of file |