Make version selector active (add jquery).

This commit is contained in:
Tom Preston-Werner
2010-07-11 21:52:26 -07:00
parent 06e2cbbf59
commit 8f1100fbd6
3 changed files with 161 additions and 0 deletions
@@ -25,3 +25,9 @@
</select>
</div>
</div>
<script type="text/javascript">
$('#versions_select').change(function() {
location.href = this.value
})
</script>