Skip to content

Commit

Permalink
[hotfix] lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Sep 16, 2016
1 parent 9389f89 commit 3602d94
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions caravel/assets/javascripts/modules/caravel.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 3602d94

Please sign in to comment.