blob: 650a82856cd634025c92ee64fe2be5c83058cd34 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*
* A new feature for a new future:
*
* We will get `location.search` values to figure out where the visitor wants
* to go.
*
* We should then replace the menu links with these ones.
*
* We should also modify the existing menu mechanism to show/hide depending on
* the "route" we got from `location.search`.
*
*/
|