mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-29 22:41:35 -05:00
Add in tooltips to make the radio buttons clearer in the history view
This commit is contained in:
parent
0e54c4ae49
commit
6f2b7e43a6
1 changed files with 11 additions and 0 deletions
|
@ -211,6 +211,17 @@ define [
|
||||||
else
|
else
|
||||||
@$el.addClass("first-in-day")
|
@$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
|
return this
|
||||||
|
|
||||||
onClick: (e) ->
|
onClick: (e) ->
|
||||||
|
|
Loading…
Reference in a new issue