Commit Graph

11 Commits

Author SHA1 Message Date
Martin Nordholts b6f9c36342 Expand menu items after 'click', not 'touchend' ()
The problem with using 'touchend' is that if you scroll with your finger on a touch screen, like an an iPhone or on a PC laptop with a touch screen, the menu items will be expanded when you let go, even if you wanted to just scroll.
2017-02-07 17:42:26 -08:00
Misty Stanley-Jones 8d3145ff3b Add an automatic TOC to pages that don't have no_toc in front-matter 2017-02-01 19:49:07 -08:00
johndmulhausen 89ea7cd2ff Fix searches not running on Enter, CS Release notes 2017-01-17 18:51:22 -08:00
John Mulhausen 53ec54f84c Initial pass of autocomplete; removal of detritus ()
* Initial pass of autocomplete; removal of detritus

* Update menu.js

* Added arrow-based navigation

* CSS fixes

* Add ranking to autocomplete result matching

* Shorten 'see all' text

* Filter for less-than-three
2016-12-06 16:39:04 -08:00
John Mulhausen 5e83b9659f Switch to touchend/mouseup for mobile compat 2016-11-17 15:35:37 -08:00
John Mulhausen 2d730c0354 Fix for flickering blue mobile menu 2016-11-16 15:16:57 -08:00
John Mulhausen d549e4c504 Remove references to toc.txt 2016-11-16 11:25:36 -08:00
John Mulhausen 4b05d07fb7 Pre-render nav 2016-11-15 11:49:18 -08:00
John Mulhausen d9701c4b51 Fix for 404 bg object, right-nav 2016-10-11 01:00:32 -07:00
John Mulhausen 6b2de29fa7 Fix for nesting of TOC 2016-10-10 20:15:50 -07:00
Misty Stanley-Jones d53c6798c9 Convert TOML to YAML, tweaks to work with Jekyll 2016-09-29 17:16:03 -07:00