]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Tooltip: Avoid creating an unnecessary tooltip when `Tooltip#hide` is called
authorQuentin Spencer-Harper <qspencer-harper@palantir.com>
Tue, 13 Jan 2015 14:59:47 +0000 (14:59 +0000)
committerHeinrich Fenkart <hnrch02@gmail.com>
Thu, 26 Feb 2015 05:53:58 +0000 (06:53 +0100)
commitacc5f6575698b8cbaf18892842301c10303c4502
treeabf61aaa642f5f463a0fc9e7e7ce6cec1f8de567
parentf43c67b0c5e98208bb85228d6d98752488d4e31c
Tooltip: Avoid creating an unnecessary tooltip when `Tooltip#hide` is called

Fixed performance bug where a tooltip element is created and then immediately destroyed when tooltip.hide() is called and there is no existing tooltip element

Resolves #15557 by merging it.
js/tooltip.js