Make twitter posting an option

This commit is contained in:
John Crepezzi 2011-11-19 01:00:04 -05:00
parent 6499ad3190
commit 9638baffdb
3 changed files with 7 additions and 5 deletions

View file

@ -14,7 +14,7 @@
<script type="text/javascript">
$(function() {
// Set up
var app = new haste('haste');
var app = new haste('haste', { twitter: true });
// Handle pops
window.onpopstate = function(evt) {
var path = evt.target.location.pathname;