parent
8fcdfeaee2
commit
a7486bcb77
2 changed files with 8 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
/* eslint-disable func-names, space-before-function-paren, wrap-iife, quotes, consistent-return, no-undef, no-return-assign, no-param-reassign, one-var, no-var, one-var-declaration-per-line, no-unused-vars, prefer-template, object-shorthand, comma-dangle, padded-blocks, max-len */
|
||||
/* eslint-disable func-names, space-before-function-paren, wrap-iife, quotes, consistent-return, no-undef, no-return-assign, no-param-reassign, one-var, no-var, one-var-declaration-per-line, no-unused-vars, prefer-template, object-shorthand, comma-dangle, padded-blocks, max-len, prefer-arrow-callback */
|
||||
(function() {
|
||||
this.CommitsList = (function() {
|
||||
function CommitsList() {}
|
||||
|
@ -13,7 +13,9 @@
|
|||
return false;
|
||||
}
|
||||
});
|
||||
Pager.init(limit, false);
|
||||
Pager.init(limit, false, false, function() {
|
||||
gl.utils.localTimeAgo($('.js-timeago'));
|
||||
});
|
||||
this.content = $("#commits-list");
|
||||
this.searchField = $("#commits-search");
|
||||
return this.initSearch();
|
||||
|
|
4
changelogs/unreleased/fixed-commit-timeago.yml
Normal file
4
changelogs/unreleased/fixed-commit-timeago.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Fixed commit timeago not rendering after initial page
|
||||
merge_request:
|
||||
author:
|
Loading…
Reference in a new issue