]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commit
Fixed ESC button on drilldown menus. 9635/head
authorMarius Olbertz <marius.olbertz@gmail.com>
Thu, 12 Jan 2017 16:37:19 +0000 (17:37 +0100)
committerMarius Olbertz <marius.olbertz@gmail.com>
Thu, 12 Jan 2017 16:37:19 +0000 (17:37 +0100)
commita57345ce78c0c956dd4d8d48c79c681849a97f4f
tree4a55aeda70f394975873b9bf0a9cfceb9f37a500
parenta414012c2da1449db266fb92340b7bfd6962c55b
Fixed ESC button on drilldown menus.

Previously, _back was being called without a parameter which is both a wrong ca$
ESC is now using _hide and will place focus on the anchor that was used to open$

TBD: If hideAll should be called so all sub menus are closed using ESC.
js/foundation.drilldown.js