Fix some annoying visual quirks

This commit is contained in:
John Crepezzi 2011-11-19 00:02:11 -05:00
parent a213bdf9da
commit b9e9bd154c
3 changed files with 5 additions and 3 deletions

View file

@ -15,7 +15,6 @@
$(function() {
// Set up
var app = new haste('haste');
$('textarea').focus();
// Handle pops
window.onpopstate = function(evt) {
var path = evt.target.location.pathname;