1
0
mirror of https://github.com/seejohnrun/haste-server.git synced 2026-02-10 16:01:32 +00:00

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
+1 -1
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;