Closed ianb closed 10 years ago
Turns out it was Bootstrap, you need to call .tooltip('fixTitle') every time you change the title. <Tooltip> is fixed to do this now.
.tooltip('fixTitle')
<Tooltip>
Turns out it was Bootstrap, you need to call
.tooltip('fixTitle')
every time you change the title.<Tooltip>
is fixed to do this now.