diff options
author | Max Kostikov <max@kostikov.co> | 2020-05-02 17:28:49 +0200 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-05-02 17:28:49 +0200 |
commit | f4a71db42dec1daa5d3cbf305372bdf47b4add5f (patch) | |
tree | a27cb28c6ee01369c1dfec4198065932f5d9e179 /view/js | |
parent | 446204f7d8ee83c8842dfb1e4a71f6f66fbce9e6 (diff) | |
download | volse-hubzilla-f4a71db42dec1daa5d3cbf305372bdf47b4add5f.tar.gz volse-hubzilla-f4a71db42dec1daa5d3cbf305372bdf47b4add5f.tar.bz2 volse-hubzilla-f4a71db42dec1daa5d3cbf305372bdf47b4add5f.zip |
Display delayed posts on author's channel page
Diffstat (limited to 'view/js')
-rw-r--r-- | view/js/main.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/js/main.js b/view/js/main.js index 94fd940b2..5ba4282a6 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -88,7 +88,8 @@ $(document).ready(function() { wordSeparator : aStr['t16'], numbers : aStr['t17'], }; - + + jQuery.timeago.settings.allowFuture = true; if(typeof(window.SharedWorker) === 'undefined') { // notifications with multiple tabs open will not work very well in this scenario |