mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Disable live time updates, #3123
This commit is contained in:
parent
99506551d2
commit
cd3d18b81e
1 changed files with 3 additions and 1 deletions
|
@ -45,7 +45,9 @@ $(function() {
|
||||||
parts[1] = parts[1].toUpperCase();
|
parts[1] = parts[1].toUpperCase();
|
||||||
locale = parts.join('_');
|
locale = parts.join('_');
|
||||||
}
|
}
|
||||||
timeago().render(document.querySelectorAll('time'), locale);
|
var t = timeago()
|
||||||
|
t.render(document.querySelectorAll('time'), locale);
|
||||||
|
t.cancel();
|
||||||
});
|
});
|
||||||
|
|
||||||
function updatePage(url) {
|
function updatePage(url) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue