bitbake: toaster: Hide the applied filter tooltip on click
authorBelen Barros Pena <belen.barros.pena@intel.com>
Wed, 19 Feb 2014 09:32:23 +0000 (09:32 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 9 Mar 2014 19:23:59 +0000 (12:23 -0700)
commitc3a20dc9b006f73e3b6549d1bbdfdd2496fed264
tree38031c03c58ce108aba53c05cd31f5a9b5186995
parent44f5cda59d75a7e05bd1c49733a9b8f9b77c76f8
bitbake: toaster: Hide the applied filter tooltip on click

When you apply a filter, we show you a tooltip on hover
that tells you which filter you have applied and allows you
to clear it quickly. That tooltip does not disappear
straight away if you click on the filter button: it hangs
in there because the tooltip has a delay specified on
hide. The effect is quite annoying.

This change to main.js makes sure the tooltip disappears when
you click the filter button.

(Bitbake rev: 5928d2f3cba4524966a34d8c845a04627b9b310b)

Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/toaster/toastergui/static/js/main.js