1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-29 23:09:05 +02:00

Fixes #7730: Better hiding of empty titles in popovers

If the popover's title contains no text, hide it via JS. Previously was
done via CSS's `:empty` property, but that doesn't work in IE8, so JS
it is.

/cc @fat becaue I probably did this wrong <3
This commit is contained in:
Mark Otto
2013-06-20 16:01:59 -07:00
parent 2fccf927c5
commit 2aec6dae59
5 changed files with 5 additions and 9 deletions

File diff suppressed because one or more lines are too long