some simple js to switch location using the dropdown on mobiles
This commit is contained in:
		
							parent
							
								
									780472ff55
								
							
						
					
					
						commit
						f583e4fbb5
					
				| 
						 | 
				
			
			@ -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>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue