]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Fixes #7730: Better hiding of empty titles in popovers
authorMark Otto <otto@github.com>
Thu, 20 Jun 2013 23:01:59 +0000 (16:01 -0700)
committerMark Otto <otto@github.com>
Thu, 20 Jun 2013 23:02:05 +0000 (16:02 -0700)
commit2aec6dae597b69502d09aec983598e5f955ca558
tree3e03a009dbc144fd669fc4553d4a60d43493a0ee
parent2fccf927c5320a4dfe3ad58b0a2752ed8f15354e
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
docs/assets/css/bootstrap.css
docs/assets/js/bootstrap.js
docs/assets/js/bootstrap.min.js
js/popover.js
less/popovers.less