Commit efbd7fda authored by Aron Carroll's avatar Aron Carroll

Remove the tooltip on the timestamp

Now just uses the default browser title functionality.
parent f4472c1d
...@@ -349,11 +349,6 @@ fuzzytime = ['$filter', '$window', ($filter, $window) -> ...@@ -349,11 +349,6 @@ fuzzytime = ['$filter', '$window', ($filter, $window) ->
.find('a') .find('a')
.bind 'click', (event) -> .bind 'click', (event) ->
event.stopPropagation() event.stopPropagation()
.tooltip
tooltipClass: 'small'
position:
collision: 'fit'
at: "left center"
ctrl.$render = -> ctrl.$render = ->
scope.ftime = ($filter 'fuzzyTime') ctrl.$viewValue scope.ftime = ($filter 'fuzzyTime') ctrl.$viewValue
...@@ -374,15 +369,6 @@ fuzzytime = ['$filter', '$window', ($filter, $window) -> ...@@ -374,15 +369,6 @@ fuzzytime = ['$filter', '$window', ($filter, $window) ->
# For invalid timezone, use the default # For invalid timezone, use the default
scope.hint = momentDate.format('LLLL') scope.hint = momentDate.format('LLLL')
toolparams =
tooltipClass: 'small'
position:
collision: 'none'
at: "left center"
elem.tooltip(toolparams)
timefunct = -> timefunct = ->
$window.setInterval => $window.setInterval =>
scope.ftime = ($filter 'fuzzyTime') ctrl.$viewValue scope.ftime = ($filter 'fuzzyTime') ctrl.$viewValue
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment