some simple js to switch location using the dropdown on mobiles

This commit is contained in:
Coby Chapple 2013-04-04 17:30:41 +01:00
parent 780472ff55
commit f583e4fbb5
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<div class="docs-nav-mobile unit whole show-on-mobiles">
<select>
<select onchange="if (this.value) window.location.href=this.value">
<option value="">Navigate the docs…</option>
<optgroup label="Getting started">
<option value="{{ site.url }}/docs/home">Welcome</option>