Make twitter posting an option
This commit is contained in:
parent
6499ad3190
commit
9638baffdb
3 changed files with 7 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue