summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index 028e103..6b2cc12 100644
--- a/index.php
+++ b/index.php
@@ -59,7 +59,7 @@
<input type="checkbox" id="query_opts_toggle"/>
<div id="query_opts">
<span class="query_opt" title="section">-s</span>
- <select id="sect" name='section' title="section" autocomplete="off">
+ <select id="sect" name='section' title="section" autocomplete="off" tabindex="-1">
<option value=""></option>
<?php
for($i = 1; $i <= 9; $i++)
@@ -72,7 +72,7 @@
?>
</select>
<span class="query_opt" title="architecture">-S</span>
- <select id="arch" name='arch' title="architecture" autocomplete="off">
+ <select id="arch" name='arch' title="architecture" autocomplete="off" tabindex="-1">
<option value=""></option>
<?php
foreach($archs as $a)