Initial work on the editbar.

This commit is contained in:
Tom Preston-Werner
2010-07-13 22:08:23 -07:00
parent 0e888454ba
commit 9f4af3173c
10 changed files with 194 additions and 10 deletions
@@ -25,9 +25,3 @@
</select>
</div>
</div>
<script type="text/javascript">
$('#versions_select').change(function() {
location.href = this.value
})
</script>