mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Avoid timeago auto-refreshing itself
@judofyr proposed this solution to #424.
This commit is contained in:
parent
5718871cdf
commit
9687bb8ab6
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@
|
|||
//= require_tree .
|
||||
|
||||
$(function() {
|
||||
$.timeago.settings.allowFuture = true
|
||||
$.timeago.settings.allowFuture = true;
|
||||
$.timeago.settings.refreshMillis = 0;
|
||||
$("time").timeago();
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue