Add in tooltips to make the radio buttons clearer in the history view

This commit is contained in:
James Allen 2014-03-25 16:44:10 +00:00
parent 0e54c4ae49
commit 6f2b7e43a6

View file

@ -211,6 +211,17 @@ define [
else
@$el.addClass("first-in-day")
@$(".change-selector-from").tooltip({
title: "Show back to this change",
placement: "left",
animation: false
})
@$(".change-selector-to").tooltip({
title: "Show up to this change",
placement: "left",
animation: false
})
return this
onClick: (e) ->