Fix lint in initializeCommentDate.js (#4319) [ci skip]
This commit is contained in:
parent
7d530cf002
commit
350e43e62b
1 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
/* Show comment date/time according to user's locale */
|
||||
/* global addLocalizedDateTimeToElementsTitles */
|
||||
|
||||
'use strict';
|
||||
|
||||
function initializeCommentDate() {
|
||||
var commentsDates = document.querySelectorAll('.comment-date time');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue