mozilla / hotdish

Explorations on being together in the browser
Mozilla Public License 2.0
111 stars 13 forks source link

The title attribute on the Present button isn't updating correctly #245

Closed ianb closed 10 years ago

ianb commented 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.