[FIX] fixes searchbar navigation (web client)
authorGéry Debongnie <ged@odoo.com>
Thu, 19 Jun 2014 10:43:25 +0000 (12:43 +0200)
committerGéry Debongnie <ged@odoo.com>
Thu, 19 Jun 2014 10:43:25 +0000 (12:43 +0200)
commit3d43f9d454346d11ce9439ce57ec747dc26a8330
tree84aaca27a3a68f8862daa3779b82f59579e4a58e
parentdb40033a39f047e67e53d2db5ae8245bbae37669
[FIX] fixes searchbar navigation (web client)

the code handling the keydown events was moved, but the variable this
was not adjusted accordingly, resulting in a broken navigation.

It is now possible to press LEFT and RIGHT again to move the focus
between facets.
addons/web/static/src/js/search.js