[hotfix] lint

This commit is contained in:
Maxime Beauchemin 2016-09-16 09:47:21 -07:00
parent 9389f89889
commit 3602d940eb
1 changed files with 3 additions and 2 deletions

View File

@ -127,8 +127,9 @@ const px = function () {
cachedSelector = $('#is_cached');
if (data !== undefined && data.is_cached) {
cachedSelector
.attr('title',
'Served from data cached at ' + data.cached_dttm + '. Click [Query] to force-refresh')
.attr(
'title',
`Served from data cached at ${data.cached_dttm}. Click [Query] to force-refresh`)
.show()
.tooltip('fixTitle');
} else {